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 Jan 16, 2024
1 parent 06bd0ae commit 775df26
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rhine-koans.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ extra-doc-files: CHANGELOG.md
tested-with:
GHC == 9.2.8
GHC == 9.4.8
GHC == 9.6.3
GHC == 9.8.1


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

0 comments on commit 775df26

Please sign in to comment.