Reorganize .cabal file.

main
Patrick Thomson 2019-10-29 12:49:18 -04:00
parent bb1bc9c407
commit 1852690582
1 changed files with 16 additions and 8 deletions

View File

@ -12,18 +12,26 @@ maintainer: patrickt@github.com
copyright: 2019 Josh Vera, Patrick Thomson, and Rob Rix
category: Control
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
hs-source-dirs: src
default-language: Haskell2010
exposed-modules: Control.Carrier.State.IORef
Control.Effect.Exception
build-depends: base >= 4.7 && < 5
, fused-effects >= 1.0.0.0
, transformers >= 0.4 && < 0.6
default-language: Haskell2010
exposed-modules:
Control.Carrier.State.IORef
Control.Effect.Exception
build-depends:
base >= 4.7 && < 5
, fused-effects >= 1.0.0.0
, transformers >= 0.4 && < 0.6
source-repository head
type: git