Skip to content

Commit b8e5d01

Browse files
authored
Merge pull request #40 from Vekhir/patch-2
Bump bytestring dependency
2 parents 5f28b2f + 7ee3929 commit b8e5d01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cassava-megaparsec.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ flag dev
3636

3737
library
3838
build-depends: base >= 4.10 && < 5.0
39-
, bytestring >= 0.9 && < 0.12
39+
, bytestring >= 0.9 && < 0.13
4040
, cassava >= 0.4.2 && < 0.6
4141
, megaparsec >= 7.0 && < 10.0
4242
, unordered-containers >= 0.2.7 && < 0.3
@@ -60,7 +60,7 @@ test-suite tests
6060
hs-source-dirs: tests
6161
type: exitcode-stdio-1.0
6262
build-depends: base >= 4.10 && < 5.0
63-
, bytestring >= 0.9 && < 0.12
63+
, bytestring >= 0.9 && < 0.13
6464
, cassava >= 0.4.2 && < 0.6
6565
, cassava-megaparsec
6666
, hspec >= 2.0 && < 3.0

0 commit comments

Comments
 (0)