summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2024-12-11 12:50:19 +0100
committerEugen Wissner <belka@caraus.de>2024-12-11 12:50:19 +0100
commit099915650815850f56f517a0d918ebb5191bcc55 (patch)
treefd91e30409222ed23e0000ee1e65bbfec6d21db8
parenteedcacab59d70ab7866983b5567ba98d05250309 (diff)
downloadfountainhead-099915650815850f56f517a0d918ebb5191bcc55.tar.gz
Update for GHC 9.8
-rw-r--r--fountainhead.cabal14
1 files changed, 8 insertions, 6 deletions
diff --git a/fountainhead.cabal b/fountainhead.cabal
index 8acb0c1..dc6d047 100644
--- a/fountainhead.cabal
+++ b/fountainhead.cabal
@@ -1,4 +1,4 @@
-cabal-version: 2.4
+cabal-version: 3.4
name: fountainhead
version: 0.1.0.0
@@ -22,9 +22,9 @@ extra-source-files:
common dependencies
build-depends:
base >= 4.16 && < 5,
- bytestring ^>= 0.11.0,
- text ^>= 2.0,
- zlib ^>= 0.6.3
+ bytestring ^>= 0.12.0,
+ text ^>= 2.1,
+ zlib ^>= 0.7.0
default-language: GHC2021
library
@@ -40,9 +40,9 @@ library
hs-source-dirs: lib
build-depends:
containers ^>= 0.6.5,
- megaparsec ^>= 9.3,
+ megaparsec ^>= 9.7,
time ^>= 1.12,
- transformers ^>= 0.5,
+ transformers ^>= 0.6,
vector ^>= 0.13.0
ghc-options: -Wall
@@ -77,3 +77,5 @@ test-suite fountainhead-test
build-depends:
fountainhead,
hspec >= 2.9 && < 3
+ build-tool-depends:
+ hspec-discover:hspec-discover