Skip to content

Commit 61c49d9

Browse files
authored
Merge pull request #17 from erikd/master
Support ghc 9.12
2 parents af03c6a + 43e3ba2 commit 61c49d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
ghc: ['8.0', '8.2', '8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8']
18+
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']
1919

2020
steps:
2121
- uses: actions/checkout@v4

vector-th-unbox.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ library
4242
Data.Vector.Unboxed.Deriving
4343

4444
build-depends:
45-
base >= 4.9 && < 4.20,
46-
template-haskell >= 2.5 && <2.22,
45+
base >= 4.9 && < 4.22,
46+
template-haskell >= 2.5 && <2.24,
4747
vector >= 0.7.1 && <0.14
4848

4949
test-suite sanity

0 commit comments

Comments
 (0)