Skip to content

Commit

Permalink
Merge pull request #269 from tomjaguarpaw/9.12
Browse files Browse the repository at this point in the history
Support GHC 9.12
  • Loading branch information
turion authored Dec 29, 2024
2 parents 509d2fc + b0d4486 commit 3805af8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghc: ['8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.2', '9.4.2', '9.6.3', '9.8.1', '9.10.1']
ghc: ['8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.2', '9.4.2', '9.6.3', '9.8.1', '9.10.1', '9.12.1']
name: Haskell GHC ${{ matrix.ghc }} cabal
env:
cabal_project_freeze: cabal.project.${{ matrix.ghc }}.freeze
Expand Down
1 change: 1 addition & 0 deletions cabal.project.9.12.1
4 changes: 2 additions & 2 deletions clay.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Library
Clay.Transition

Build-Depends:
base >= 4.11 && < 4.21,
base >= 4.11 && < 4.22,
mtl >= 1,
text >= 0.11
GHC-Options: -Wall -Wcompat
Expand All @@ -89,7 +89,7 @@ Test-Suite Test-Clay
Build-Tools: hspec-discover
main-is: Spec.hs
Build-Depends:
base >= 4.11 && < 4.21,
base >= 4.11 && < 4.22,
mtl >= 1,
text >= 0.11,
hspec >= 2.2.0,
Expand Down

0 comments on commit 3805af8

Please sign in to comment.