Skip to content

Commit

Permalink
Version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdageek committed May 24, 2016
1 parent dee7c74 commit a442f67
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.3.1

* Tested with GHC 8.0.1
* Removed `Generic b` constraint from `Subst b (Name a)` instance.


# 0.3

* Change types of `open` and `close` to take `NthPatFind` and `NamePatFind` instead of generic patterns, update call sites.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014, Aleksey Kliger
Copyright (c) 2014-2016, Aleksey Kliger

All rights reserved.

Expand Down
6 changes: 3 additions & 3 deletions unbound-generics.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/

name: unbound-generics
version: 0.3
version: 0.3.1
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
Expand All @@ -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.7.0.1/GHC-Generics.html GHC.Generics>
but using <http://www.haskell.org/ghc/docs/latest/html/libraries/base-4.9.0.0/GHC-Generics.html GHC.Generics>
instead of <http://hackage.haskell.org/package/RepLib RepLib>.
See the accompanying README for some porting notes.

Expand All @@ -22,7 +22,7 @@ license: BSD3
license-file: LICENSE
author: Aleksey Kliger
maintainer: [email protected]
copyright: (c) 2014-2015, Aleksey Kliger
copyright: (c) 2014-2016, Aleksey Kliger
category: Language
build-type: Simple
extra-source-files: examples/*.hs,
Expand Down

0 comments on commit a442f67

Please sign in to comment.