Skip to content

Commit 5ebd01c

Browse files
shlevyerikd
authored andcommitted
Bump primitive upper bound.
Breaking change only impacts PrimArray, unused here.
1 parent e3fc242 commit 5ebd01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vector-algorithms.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ library
5959
build-depends: base >= 4.5 && < 5,
6060
bitvec >= 1.0 && < 1.2,
6161
vector >= 0.6 && < 0.14,
62-
primitive >=0.3 && <0.8,
62+
primitive >=0.3 && <0.9,
6363
bytestring >= 0.9 && < 1.0
6464

6565
if ! impl (ghc >= 7.8)

0 commit comments

Comments
 (0)