Skip to content

Commit

Permalink
Add GHC 9.8 to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdageek committed Mar 20, 2024
1 parent c741443 commit b7e5bf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- "9.0"
- "9.2"
- "9.4"
- "9.8"
# exclude:
# - os: macOS-latest
# ghc: 8.8
Expand Down
2 changes: 1 addition & 1 deletion unbound-generics.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ extra-source-files: examples/*.hs, examples/*.lhs,
README.md,
Changelog.md

tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2, GHC == 9.2.*, GHC == 9.4.*
tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2, GHC == 9.2.*, GHC == 9.4.*, GHC == 9.8.*

library
exposed-modules: Unbound.Generics.LocallyNameless
Expand Down

0 comments on commit b7e5bf9

Please sign in to comment.