Skip to content

Commit 0af501a

Browse files
committed
Support ghc 9.12
1 parent af03c6a commit 0af501a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 && <2.23,
4747
vector >= 0.7.1 && <0.14
4848

4949
test-suite sanity

0 commit comments

Comments
 (0)