Skip to content

Commit

Permalink
Support GHC 9.10.1, drop 9.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed Mar 5, 2025
1 parent 73a7b8a commit 357265a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
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.4.5", "9.6.2", "9.8.2"]
ghc-ver: ["9.6.2", "9.8.2", "9.10.1"]
cabal: ["3.12.1.0"]
# complete all jobs
fail-fast: false
Expand Down
17 changes: 17 additions & 0 deletions cabal.project.dist.freeze.ghc-9.10.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
active-repositories: hackage.haskell.org:merge
constraints: any.array ==0.5.7.0,
any.base ==4.20.0.0,
any.binary ==0.8.9.2,
any.bytestring ==0.12.1.0,
any.containers ==0.7,
any.deepseq ==1.5.0.0,
any.ghc-bignum ==1.3,
any.ghc-boot-th ==9.10.1,
any.ghc-internal ==9.1001.0,
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.22.0.0,
any.transformers ==0.6.1.1
index-state: hackage.haskell.org 2025-03-05T18:46:13Z
16 changes: 0 additions & 16 deletions cabal.project.dist.freeze.ghc-9.4.5

This file was deleted.

0 comments on commit 357265a

Please sign in to comment.