Skip to content

Commit

Permalink
Version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdageek committed Mar 9, 2018
1 parent 0a1d69e commit 166a1ac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# NEXT

* Tested with GHC 8.2.1
# 0.3.2

* Bump `deepseq >= 1.4.0.0` remove benchmark dependency on `deepseq-generics`
* Tested with GHC 8.4.1
* Tested with GHC 8.2.2
* Compile with `-Wcompat`
* Add `Semigroup` instances for all types that were previously `Monoid` instances
* Added more examples to the [examples/ directory](https://github.com/lambdageek/unbound-generics/tree/master/examples)
* Added "exceptions" dependency and `MonadThrow`, `MonadCatch`, `MonadMask` instances for `FreshMT` and `LFreshMT`.
Thanks Alex McKenna.

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.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
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.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.

Expand All @@ -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,
Expand Down

0 comments on commit 166a1ac

Please sign in to comment.