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 ded17bb
Showing 1 changed file with 1 addition and 1 deletion.
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 ded17bb

Please sign in to comment.