Skip to content

Commit

Permalink
Support GHC 9.8, drop GHC 9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed Feb 12, 2025
1 parent ca7de7a commit bc3f2b6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghc-ver: ["9.2.8", "9.4.5", "9.6.2"]
ghc-ver: ["9.4.5", "9.6.2", "9.8.4"]
cabal: ["3.10.1.0"]
# complete all jobs
fail-fast: false
Expand Down
16 changes: 16 additions & 0 deletions cabal.project.dist.freeze.ghc-9.8.4
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
active-repositories: hackage.haskell.org:merge
constraints: any.array ==0.5.6.0,
any.base ==4.19.1.0,
any.binary ==0.8.9.1,
any.bytestring ==0.12.1.0,
any.containers ==0.6.8,
any.deepseq ==1.5.0.0,
any.ghc-bignum ==1.3,
any.ghc-boot-th ==9.8.2,
any.ghc-prim ==0.11.0,
any.mtl ==2.3.1,
any.pretty ==1.1.3.6,
any.rts ==1.0.2,
any.template-haskell ==2.21.0.0,
any.transformers ==0.6.1.0
index-state: hackage.haskell.org 2025-02-06T18:02:25Z

0 comments on commit bc3f2b6

Please sign in to comment.