Skip to content

Commit a442f67

Browse files
committed
Version 0.3.1
1 parent dee7c74 commit a442f67

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
# 0.3
28

39
* Change types of `open` and `close` to take `NthPatFind` and `NamePatFind` instead of generic patterns, update call sites.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014, Aleksey Kliger
1+
Copyright (c) 2014-2016, Aleksey Kliger
22

33
All rights reserved.
44

unbound-generics.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- documentation, see http://haskell.org/cabal/users-guide/
33

44
name: unbound-generics
5-
version: 0.3
5+
version: 0.3.1
66
synopsis: Support for programming with names and binders using GHC Generics
77
description: Specify the binding structure of your data type with an
88
expressive set of type combinators, and unbound-generics
@@ -12,7 +12,7 @@ description: Specify the binding structure of your data type with an
1212
@Unbound.Generics.LocallyNameless@ to get started.
1313
.
1414
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>
1616
instead of <http://hackage.haskell.org/package/RepLib RepLib>.
1717
See the accompanying README for some porting notes.
1818

@@ -22,7 +22,7 @@ license: BSD3
2222
license-file: LICENSE
2323
author: Aleksey Kliger
2424
maintainer: [email protected]
25-
copyright: (c) 2014-2015, Aleksey Kliger
25+
copyright: (c) 2014-2016, Aleksey Kliger
2626
category: Language
2727
build-type: Simple
2828
extra-source-files: examples/*.hs,

0 commit comments

Comments
 (0)