add: GHC 8 support

This commit is contained in:
Allele Dev 2016-06-25 15:08:34 -04:00
parent ba71d26a16
commit a2914d7eef
No known key found for this signature in database
GPG Key ID: 8B6ECF4193B87616
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
# 0.2.3.0 (June 25, 2016)
* Add GHC 8 support
# 0.2.2.2 (Sep. 14, 2015)
* Use local `data Nat` for `Data.Open.Union`

View File

@ -1,5 +1,5 @@
name: freer
version: 0.2.2.5
version: 0.2.3.0
synopsis: Implementation of the Freer Monad
license: BSD3
license-file: LICENSE
@ -49,7 +49,7 @@ library
, Data.FTCQueue
, Data.Open.Union
build-depends: base >=4.7 && <4.9
build-depends: base >=4.7 && <5
hs-source-dirs: src
ghc-options: -Wall
default-language: Haskell2010
@ -63,7 +63,7 @@ executable examples
, NonDetEff
, Teletype
, Trace
build-depends: base >=4.7 && <4.9
build-depends: base >=4.7 && <5
, freer
hs-source-dirs: examples/src
ghc-options: -Wall