diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-02-27 20:37:55 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-02-27 21:00:40 +0100 |
commit | d22a31766d2ecef0baf32fac41518f2f949545d1 (patch) | |
tree | 5eb75dc7560b913fe5775d955a5973672c9a1996 /erebos-tester.cabal | |
parent | 24925cc58dd8977bff75a4a56d57898db489173a (diff) |
Bump dependencies, build with GHC up to 9.12
Changelog: Support for GHC up to 9.12
Diffstat (limited to 'erebos-tester.cabal')
-rw-r--r-- | erebos-tester.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/erebos-tester.cabal b/erebos-tester.cabal index dee0a24..8846718 100644 --- a/erebos-tester.cabal +++ b/erebos-tester.cabal @@ -100,7 +100,7 @@ executable erebos-tester TypeOperators 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.2.1, 0.7 }, clock ^>= { 0.8.3 }, @@ -116,7 +116,7 @@ executable erebos-tester regex-tdfa ^>=1.3.1.0, scientific >=0.3 && < 0.4, stm ^>= { 2.5.0 }, - 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 && <0.2, unix >=2.7 && <2.9, |