Skip to content

Commit

Permalink
Test with ghc-9.8 series
Browse files Browse the repository at this point in the history
Since we no longer depend on falsify (which did not support ghc-9.8), we
can now test the project with ghc-9.8.
  • Loading branch information
pgujjula committed May 7, 2024
1 parent bf47e04 commit b3a6f31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apply-merge.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ tested-with:
GHC == 9.2.8
, GHC == 9.4.8
, GHC == 9.6.4
, GHC == 9.8.2
extra-doc-files:
README.md
ChangeLog.md
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ maintainer: "Preetham Gujjula <[email protected]>"
copyright: "Preetham Gujjula"
license: BSD-3-Clause

# Can't test with ghc-9.8 series because falsify doesn't support it yet.
tested-with:
- GHC == 9.2.8
- GHC == 9.4.8
- GHC == 9.6.4
- GHC == 9.8.2

extra-doc-files:
- README.md
Expand Down

0 comments on commit b3a6f31

Please sign in to comment.