Skip to content

Commit

Permalink
Allow bytestring-0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Oct 26, 2023
1 parent 4419835 commit 8216411
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions req.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ library
authenticate-oauth >=1.5 && <1.8,
base >=4.15 && <5,
blaze-builder >=0.3 && <0.5,
bytestring >=0.10.8 && <0.12,
bytestring >=0.10.8 && <0.13,
case-insensitive >=0.2 && <1.3,
containers >=0.5 && <0.7,
crypton-connection >=0.2.2 && <0.4,
Expand Down Expand Up @@ -74,7 +74,7 @@ test-suite pure-tests
aeson >=0.9 && <3,
base >=4.15 && <5.0,
blaze-builder >=0.3 && <0.5,
bytestring >=0.10.8 && <0.12,
bytestring >=0.10.8 && <0.13,
case-insensitive >=0.2 && <1.3,
hspec >=2.0 && <3,
hspec-core >=2.0 && <3,
Expand Down Expand Up @@ -107,7 +107,7 @@ test-suite httpbun-tests
QuickCheck >=2.7 && <3,
aeson >=2 && <3,
base >=4.15 && <5,
bytestring >=0.10.8 && <0.12,
bytestring >=0.10.8 && <0.13,
hspec >=2.0 && <3.0,
http-client >=0.7 && <0.8,
http-types >=0.8 && <10,
Expand Down

0 comments on commit 8216411

Please sign in to comment.