mirror of
https://github.com/lexi-lambda/freer-simple.git
synced 2024-12-24 14:43:57 +03:00
add: GHC 8 support
This commit is contained in:
parent
ba71d26a16
commit
a2914d7eef
@ -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`
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user