Skip to content

Commit

Permalink
Bump primitive upper bound to < 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Diaz authored and RyanGlScott committed Apr 14, 2024
1 parent 91d2f9e commit 28f7bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hybrid-vectors.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ library
build-depends:
base >= 4 && < 5,
deepseq >= 1.1 && < 1.6,
primitive >= 0.5 && < 0.9,
primitive >= 0.5 && < 0.10,
vector >= 0.10 && < 0.14,
semigroups >= 0.9 && < 1

Expand Down

0 comments on commit 28f7bb8

Please sign in to comment.