From 73d53a1d8f3106e7237fb0b75f26307f631db645 Mon Sep 17 00:00:00 2001 From: Vekhir <134215107+Vekhir@users.noreply.github.com> Date: Wed, 31 Jan 2024 21:24:21 +0100 Subject: [PATCH] Support GHC 9.8 --- chell-quickcheck/chell-quickcheck.cabal | 2 +- chell/chell.cabal | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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)