summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2023-03-16 21:24:24 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2023-03-16 21:24:24 +0100
commit1bff4ce6c10c762f846709578d6f036b3e45691f (patch)
tree655738b16ab5fbbd91809ee8300770f73425970c
parentf00cd80996f85cc0553a86bff14fae9539240c0e (diff)
Bump dependencies for GHC 9.2
-rw-r--r--erebos-tester.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/erebos-tester.cabal b/erebos-tester.cabal
index a6bd7c5..38f3653 100644
--- a/erebos-tester.cabal
+++ b/erebos-tester.cabal
@@ -63,7 +63,7 @@ executable erebos-tester-core
TypeFamilies
TypeOperators
build-depends: base >=4.13 && <5,
- bytestring >=0.10 && <0.11,
+ bytestring >=0.10 && <0.12,
containers ^>=0.6.2.1,
directory ^>=1.3.6.0,
filepath ^>=1.4.2.1,
@@ -71,7 +71,7 @@ executable erebos-tester-core
Glob >=0.10 && <0.11,
haskeline >=0.8 && <0.9,
HsYAML >=0.2 && <0.3,
- lens >=5.0 && <5.2,
+ lens >=5.0 && <5.3,
megaparsec >=9.0 && <10,
mtl ^>=2.2.2,
parser-combinators >=1.3 && <1.4,
@@ -79,7 +79,7 @@ executable erebos-tester-core
regex-tdfa ^>=1.3.1.0,
scientific >=0.3 && < 0.4,
stm ^>=2.5.0.1,
- template-haskell >=2.17 && <2.18,
+ template-haskell >=2.17 && <2.19,
text >=1.2 && <2.1,
th-compat >=0.1 && <0.2,
unix ^>=2.7.2.2,