Skip to content

Commit

Permalink
Merge pull request #40 from Vekhir/patch-2
Browse files Browse the repository at this point in the history
Bump bytestring dependency
  • Loading branch information
cptrodolfox authored Feb 16, 2024
2 parents 5f28b2f + 7ee3929 commit b8e5d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cassava-megaparsec.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ flag dev

library
build-depends: base >= 4.10 && < 5.0
, bytestring >= 0.9 && < 0.12
, bytestring >= 0.9 && < 0.13
, cassava >= 0.4.2 && < 0.6
, megaparsec >= 7.0 && < 10.0
, unordered-containers >= 0.2.7 && < 0.3
Expand All @@ -60,7 +60,7 @@ test-suite tests
hs-source-dirs: tests
type: exitcode-stdio-1.0
build-depends: base >= 4.10 && < 5.0
, bytestring >= 0.9 && < 0.12
, bytestring >= 0.9 && < 0.13
, cassava >= 0.4.2 && < 0.6
, cassava-megaparsec
, hspec >= 2.0 && < 3.0
Expand Down

0 comments on commit b8e5d01

Please sign in to comment.