diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2026-03-03 22:47:09 +0100 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2026-03-03 23:16:43 +0100 |
| commit | 91022a7aee30a51448dffbdc8765ba713994eb3c (patch) | |
| tree | f077c2e7a5a0ddff148a9b9b6eef8d410df2bdbe /minici.cabal | |
| parent | c474b2ffb27af7aa80f53f51caeb85b97c9b3b72 (diff) | |
Support GHC 9.14
Changelog: Support compilation with GHC 9.14
Diffstat (limited to 'minici.cabal')
| -rw-r--r-- | minici.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/minici.cabal b/minici.cabal index f8e2fdc..6ae8686 100644 --- a/minici.cabal +++ b/minici.cabal @@ -97,9 +97,9 @@ executable minici build-depends: ansi-terminal ^>= { 0.11, 1.0, 1.1 }, - base ^>= { 4.15, 4.16, 4.17, 4.18, 4.19, 4.20, 4.21 }, + base ^>= { 4.15, 4.16, 4.17, 4.18, 4.19, 4.20, 4.21, 4.22 }, bytestring ^>= { 0.10, 0.11, 0.12 }, - containers ^>= { 0.6, 0.7 }, + containers ^>= { 0.6, 0.7, 0.8 }, directory ^>= { 1.3 }, exceptions ^>= { 0.10 }, filepath ^>= { 1.4, 1.5 }, @@ -110,7 +110,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, 2.23 }, + template-haskell ^>= { 2.17, 2.18, 2.19, 2.20, 2.21, 2.22, 2.23, 2.24 }, temporary ^>= { 1.3 }, text ^>= { 1.2, 2.0, 2.1 }, th-compat ^>= { 0.1 }, |