Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading