Reorganize .cabal file.
parent
bb1bc9c407
commit
1852690582
|
@ -12,16 +12,24 @@ maintainer: patrickt@github.com
|
||||||
copyright: 2019 Josh Vera, Patrick Thomson, and Rob Rix
|
copyright: 2019 Josh Vera, Patrick Thomson, and Rob Rix
|
||||||
category: Control
|
category: Control
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
extra-source-files: README.md
|
extra-source-files:
|
||||||
|
README.md
|
||||||
|
ChangeLog.md
|
||||||
|
|
||||||
tested-with: GHC == 8.6.4
|
tested-with:
|
||||||
|
GHC == 8.2.2
|
||||||
|
GHC == 8.4.4
|
||||||
|
GHC == 8.6.5
|
||||||
|
GHC == 8.8.1
|
||||||
|
|
||||||
library
|
library
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
exposed-modules: Control.Carrier.State.IORef
|
exposed-modules:
|
||||||
|
Control.Carrier.State.IORef
|
||||||
Control.Effect.Exception
|
Control.Effect.Exception
|
||||||
build-depends: base >= 4.7 && < 5
|
build-depends:
|
||||||
|
base >= 4.7 && < 5
|
||||||
, fused-effects >= 1.0.0.0
|
, fused-effects >= 1.0.0.0
|
||||||
, transformers >= 0.4 && < 0.6
|
, transformers >= 0.4 && < 0.6
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue