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 13, 2025
1 parent ca7de7a commit 73a7b8a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghc-ver: ["9.2.8", "9.4.5", "9.6.2"]
cabal: ["3.10.1.0"]
ghc-ver: ["9.4.5", "9.6.2", "9.8.2"]
cabal: ["3.12.1.0"]
# complete all jobs
fail-fast: false
steps:
Expand All @@ -21,7 +21,7 @@ jobs:
ln -s cabal.project.dist cabal.project
ln -s cabal.project.werror cabal.project.local
ln -s cabal.project.dist.freeze.ghc-${{ matrix.ghc-ver }} cabal.project.freeze
- uses: haskell/actions/setup@v1
- uses: haskell-actions/setup@v2
id: setup-haskell
name: Setup Haskell
with:
Expand Down
16 changes: 0 additions & 16 deletions cabal.project.dist.freeze.ghc-9.2.8

This file was deleted.

16 changes: 16 additions & 0 deletions cabal.project.dist.freeze.ghc-9.8.2
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 73a7b8a

Please sign in to comment.