Update for GHC 9.8
This commit is contained in:
parent
eedcacab59
commit
0999156508
@ -1,4 +1,4 @@
|
|||||||
cabal-version: 2.4
|
cabal-version: 3.4
|
||||||
name: fountainhead
|
name: fountainhead
|
||||||
version: 0.1.0.0
|
version: 0.1.0.0
|
||||||
|
|
||||||
@ -22,9 +22,9 @@ extra-source-files:
|
|||||||
common dependencies
|
common dependencies
|
||||||
build-depends:
|
build-depends:
|
||||||
base >= 4.16 && < 5,
|
base >= 4.16 && < 5,
|
||||||
bytestring ^>= 0.11.0,
|
bytestring ^>= 0.12.0,
|
||||||
text ^>= 2.0,
|
text ^>= 2.1,
|
||||||
zlib ^>= 0.6.3
|
zlib ^>= 0.7.0
|
||||||
default-language: GHC2021
|
default-language: GHC2021
|
||||||
|
|
||||||
library
|
library
|
||||||
@ -40,9 +40,9 @@ library
|
|||||||
hs-source-dirs: lib
|
hs-source-dirs: lib
|
||||||
build-depends:
|
build-depends:
|
||||||
containers ^>= 0.6.5,
|
containers ^>= 0.6.5,
|
||||||
megaparsec ^>= 9.3,
|
megaparsec ^>= 9.7,
|
||||||
time ^>= 1.12,
|
time ^>= 1.12,
|
||||||
transformers ^>= 0.5,
|
transformers ^>= 0.6,
|
||||||
vector ^>= 0.13.0
|
vector ^>= 0.13.0
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
|
|
||||||
@ -77,3 +77,5 @@ test-suite fountainhead-test
|
|||||||
build-depends:
|
build-depends:
|
||||||
fountainhead,
|
fountainhead,
|
||||||
hspec >= 2.9 && < 3
|
hspec >= 2.9 && < 3
|
||||||
|
build-tool-depends:
|
||||||
|
hspec-discover:hspec-discover
|
||||||
|
Loading…
Reference in New Issue
Block a user