Skip to content

Commit

Permalink
Bump version bounds for primtive
Browse files Browse the repository at this point in the history
  • Loading branch information
Shimuuar committed Oct 6, 2023
1 parent 65d794c commit 54043d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vector/vector.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Library
vector.h

Build-Depends: base >= 4.9 && < 4.20
, primitive >= 0.6.4.0 && < 0.9
, primitive >= 0.6.4.0 && < 0.10
, deepseq >= 1.1 && < 1.6
, vector-stream >= 0.1 && < 0.2

Expand Down Expand Up @@ -279,7 +279,7 @@ test-suite vector-doctest
build-depends:
base -any
, doctest >=0.15 && <0.23
, primitive >= 0.6.4.0 && < 0.9
, primitive >= 0.6.4.0 && < 0.10
, vector -any

test-suite vector-inspection
Expand All @@ -294,7 +294,7 @@ test-suite vector-inspection
Inspect.DerivingVia.OtherFoo
build-depends:
base -any
, primitive >= 0.6.4.0 && < 0.9
, primitive >= 0.6.4.0 && < 0.10
, vector -any
, tasty
, tasty-inspection-testing >= 0.1
Expand Down

0 comments on commit 54043d2

Please sign in to comment.