Skip to content

Commit

Permalink
Bump dependency upper bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
ysangkok committed May 21, 2024
1 parent 867276f commit 78fbb42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cassava-streams.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ flag tutorial
common dependencies
build-depends:
, base >=4.8 && <5.0
, bytestring >=0.10 && <0.12
, bytestring >=0.10 && <0.13
, cassava >=0.4 && <0.6
, io-streams >=1.1 && <1.6
, vector >=0.10 && <0.13
, vector >=0.10 && <0.14

--------------------------------------------------------------------------------
library
Expand Down Expand Up @@ -87,5 +87,5 @@ test-suite test
build-depends:
, cassava-streams
, QuickCheck >=2.7 && <3.0
, tasty >=0.8 && <1.5
, tasty >=0.8 && <1.6
, tasty-quickcheck >=0.8 && <1.3

0 comments on commit 78fbb42

Please sign in to comment.