Skip to content

Commit

Permalink
Allow GHC 9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
turion authored and Manuel Bärenz committed May 13, 2024
1 parent d10e220 commit 505a9e5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rhine-koans.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ extra-doc-files: CHANGELOG.md
tested-with:
GHC == 9.2.8
GHC == 9.4.8
GHC == 9.6.4
GHC == 9.8.2

common opts
ghc-options: -Wall
default-language: GHC2021
build-depends: base >=4.16.4.0 && <4.18
, rhine ^>= 1.2
build-depends: base >=4.16.4.0 && <4.20
, rhine ^>= 1.3
, text ^>= 2.0
default-extensions:
DataKinds
Expand Down

0 comments on commit 505a9e5

Please sign in to comment.