Skip to content

Commit

Permalink
Support GHC 9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Vekhir authored Jan 31, 2024
1 parent e48eb91 commit 73d53a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion chell-quickcheck/chell-quickcheck.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions chell/chell.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 73d53a1

Please sign in to comment.