diff --git a/chell-quickcheck/chell-quickcheck.cabal b/chell-quickcheck/chell-quickcheck.cabal index dbb922b..68150f4 100644 --- a/chell-quickcheck/chell-quickcheck.cabal +++ b/chell-quickcheck/chell-quickcheck.cabal @@ -23,7 +23,7 @@ library ghc-options: -Wall build-depends: - , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 + , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 , chell ^>= 0.5 , QuickCheck ^>= 2.14.2 , random ^>= 1.2.1 diff --git a/chell/chell.cabal b/chell/chell.cabal index d39bcf5..3082c89 100644 --- a/chell/chell.cabal +++ b/chell/chell.cabal @@ -29,13 +29,13 @@ library ghc-options: -Wall build-depends: - , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 + , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 , bytestring ^>= 0.11.4 || ^>= 0.12 , options ^>= 1.2.1 , patience ^>= 0.3 , random ^>= 1.2.1 - , template-haskell ^>=2.18 || ^>= 2.19 || ^>= 2.20 - , text ^>= 1.2.5 || ^>= 2.0 + , template-haskell ^>=2.18 || ^>= 2.19 || ^>= 2.20 || ^>= 2.21 + , text ^>= 1.2.5 || ^>= 2.0 || ^>= 2.1 , transformers ^>= 0.5.6 || ^>= 0.6 if flag(color-output)