diff options
-rw-r--r-- | erebos-tester.cabal | 6 |
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, |