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 Jan 1, 2024
1 parent 200fb69 commit 63a3553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zip.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ library
default-language: GHC2021
build-depends:
base >=4.15 && <5,
bytestring >=0.9 && <0.12,
bytestring >=0.9 && <0.13,
case-insensitive >=1.2.0.2 && <1.3,
cereal >=0.3 && <0.6,
conduit >=1.3 && <1.4,
Expand Down Expand Up @@ -124,7 +124,7 @@ test-suite tests
build-depends:
base >=4.15 && <5,
QuickCheck >=2.4 && <3,
bytestring >=0.9 && <0.12,
bytestring >=0.9 && <0.13,
conduit >=1.3 && <1.4,
containers >=0.5 && <0.7,
directory >=1.2.2 && <1.4,
Expand Down

0 comments on commit 63a3553

Please sign in to comment.