File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ # 0.3.1
2
+
3
+ * Tested with GHC 8.0.1
4
+ * Removed ` Generic b ` constraint from ` Subst b (Name a) ` instance.
5
+
6
+
1
7
# 0.3
2
8
3
9
* Change types of ` open ` and ` close ` to take ` NthPatFind ` and ` NamePatFind ` instead of generic patterns, update call sites.
Original file line number Diff line number Diff line change 1
- Copyright (c) 2014, Aleksey Kliger
1
+ Copyright (c) 2014-2016 , Aleksey Kliger
2
2
3
3
All rights reserved.
4
4
Original file line number Diff line number Diff line change 2
2
-- documentation, see http://haskell.org/cabal/users-guide/
3
3
4
4
name : unbound-generics
5
- version : 0.3
5
+ version : 0.3.1
6
6
synopsis : Support for programming with names and binders using GHC Generics
7
7
description : Specify the binding structure of your data type with an
8
8
expressive set of type combinators, and unbound-generics
@@ -12,7 +12,7 @@ description: Specify the binding structure of your data type with an
12
12
@Unbound.Generics.LocallyNameless@ to get started.
13
13
.
14
14
This is an independent re-implementation of <http://hackage.haskell.org/package/unbound Unbound>
15
- but using <http://www.haskell.org/ghc/docs/latest/html/libraries/base-4.7 .0.1 /GHC-Generics.html GHC.Generics>
15
+ but using <http://www.haskell.org/ghc/docs/latest/html/libraries/base-4.9 .0.0 /GHC-Generics.html GHC.Generics>
16
16
instead of <http://hackage.haskell.org/package/RepLib RepLib> .
17
17
See the accompanying README for some porting notes.
18
18
@@ -22,7 +22,7 @@ license: BSD3
22
22
license-file : LICENSE
23
23
author : Aleksey Kliger
24
24
25
- copyright : (c) 2014-2015 , Aleksey Kliger
25
+ copyright : (c) 2014-2016 , Aleksey Kliger
26
26
category : Language
27
27
build-type : Simple
28
28
extra-source-files : examples/*.hs,
You can’t perform that action at this time.
0 commit comments