Skip to content

Commit

Permalink
Specify GHC versions
Browse files Browse the repository at this point in the history
  • Loading branch information
turion committed Dec 31, 2023
1 parent 88dd39e commit 5e0bcd5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion rhine-koans.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,17 @@ build-type: Simple
extra-doc-files: CHANGELOG.md
-- extra-source-files:

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.17.2.0 && <4.20
build-depends: base >=4.16.4.0 && <4.20
, rhine ^>= 1
, text ^>= 2.0
default-extensions:
Expand Down

0 comments on commit 5e0bcd5

Please sign in to comment.