diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-01-25 17:39:27 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-01-25 17:40:53 +0100 |
commit | 48191a70dd2db74412ee134469b6976cfb494774 (patch) | |
tree | 2cd8cdc243c064317681c116286fc3969d568d16 /minici.cabal | |
parent | ee40ac07057f376d71312f62f7a8225798303852 (diff) |
Bump dependencies, build with GHC up to 9.12
Changelog: Support for GHC up to 9.12
Diffstat (limited to 'minici.cabal')
-rw-r--r-- | minici.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/minici.cabal b/minici.cabal index 095cadf..85464d6 100644 --- a/minici.cabal +++ b/minici.cabal @@ -83,7 +83,7 @@ executable minici TemplateHaskell build-depends: - base ^>= { 4.15, 4.16, 4.17, 4.18, 4.19, 4.20 }, + base ^>= { 4.15, 4.16, 4.17, 4.18, 4.19, 4.20, 4.21 }, bytestring ^>= { 0.10, 0.11, 0.12 }, containers ^>= { 0.6, 0.7 }, directory ^>= { 1.3 }, @@ -96,7 +96,7 @@ executable minici parser-combinators ^>= { 1.3 }, process ^>= { 1.6 }, stm ^>= { 2.5 }, - template-haskell ^>= { 2.17, 2.18, 2.19, 2.20, 2.21, 2.22 }, + template-haskell ^>= { 2.17, 2.18, 2.19, 2.20, 2.21, 2.22, 2.23 }, text ^>= { 1.2, 2.0, 2.1 }, th-compat ^>= { 0.1 }, unix ^>= { 2.7.3, 2.8.6 }, |