-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a1d69e
commit 166a1ac
Showing
2 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
-- documentation, see http://haskell.org/cabal/users-guide/ | ||
|
||
name: unbound-generics | ||
version: 0.3.1 | ||
version: 0.3.2 | ||
synopsis: Support for programming with names and binders using GHC Generics | ||
description: Specify the binding structure of your data type with an | ||
expressive set of type combinators, and unbound-generics | ||
|
@@ -12,7 +12,7 @@ description: Specify the binding structure of your data type with an | |
@Unbound.Generics.LocallyNameless@ to get started. | ||
. | ||
This is an independent re-implementation of <http://hackage.haskell.org/package/unbound Unbound> | ||
but using <http://www.haskell.org/ghc/docs/latest/html/libraries/base-4.9.0.0/GHC-Generics.html GHC.Generics> | ||
but using <https://hackage.haskell.org/package/base/docs/GHC-Generics.html GHC.Generics> | ||
instead of <http://hackage.haskell.org/package/RepLib RepLib>. | ||
See the accompanying README for some porting notes. | ||
|
||
|
@@ -22,7 +22,7 @@ license: BSD3 | |
license-file: LICENSE | ||
author: Aleksey Kliger | ||
maintainer: [email protected] | ||
copyright: (c) 2014-2017, Aleksey Kliger | ||
copyright: (c) 2014-2018, Aleksey Kliger | ||
category: Language | ||
build-type: Simple | ||
extra-source-files: examples/*.hs, examples/*.lhs, | ||
|