Skip to content

Commit 15d08bf

Browse files
Minorujgm
authored andcommitted
Allow bytestring 0.11
1 parent 0158cd0 commit 15d08bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandoc-types.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Library
5555
deepseq >= 1.4.1 && < 1.5,
5656
syb >= 0.1 && < 0.8,
5757
ghc-prim >= 0.2,
58-
bytestring >= 0.9 && < 0.11,
58+
bytestring >= 0.9 && < 0.12,
5959
aeson >= 0.6.2 && < 1.6,
6060
transformers >= 0.2 && < 0.6,
6161
QuickCheck >= 2.10 && < 2.15
@@ -74,7 +74,7 @@ test-suite test-pandoc-types
7474
aeson >= 0.6.2 && < 1.6,
7575
containers >= 0.3,
7676
text,
77-
bytestring >= 0.9 && < 0.11,
77+
bytestring >= 0.9 && < 0.12,
7878
test-framework >= 0.3 && < 0.9,
7979
test-framework-hunit >= 0.2 && < 0.4,
8080
test-framework-quickcheck2 >= 0.2.9 && < 0.4,

0 commit comments

Comments
 (0)