Skip to content

Commit

Permalink
Merge pull request #17 from erikd/master
Browse files Browse the repository at this point in the history
Support ghc 9.12
  • Loading branch information
Fuuzetsu authored Jan 5, 2025
2 parents af03c6a + 43e3ba2 commit 61c49d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ['8.0', '8.2', '8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8']
ghc: ['8.0', '8.2', '8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8', '9.10', '9.12']

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions vector-th-unbox.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ library
Data.Vector.Unboxed.Deriving

build-depends:
base >= 4.9 && < 4.20,
template-haskell >= 2.5 && <2.22,
base >= 4.9 && < 4.22,
template-haskell >= 2.5 && <2.24,
vector >= 0.7.1 && <0.14

test-suite sanity
Expand Down

0 comments on commit 61c49d9

Please sign in to comment.