Allow base64-bytestring 1.1.
This commit is contained in:
parent
032a04c050
commit
3324412d72
1 changed files with 2 additions and 2 deletions
|
@ -402,7 +402,7 @@ library
|
|||
scientific >= 0.3 && < 0.4,
|
||||
aeson-pretty >= 0.8.5 && < 0.9,
|
||||
tagsoup >= 0.14.6 && < 0.15,
|
||||
base64-bytestring >= 0.1 && < 1.1,
|
||||
base64-bytestring >= 0.1 && < 1.2,
|
||||
zlib >= 0.5 && < 0.7,
|
||||
skylighting >= 0.8.3.2 && < 0.9,
|
||||
skylighting-core >= 0.8.3.2 && < 0.9,
|
||||
|
@ -736,7 +736,7 @@ test-suite test-pandoc
|
|||
pandoc-types >= 1.21 && < 1.22,
|
||||
mtl >= 2.2 && < 2.3,
|
||||
bytestring >= 0.9 && < 0.11,
|
||||
base64-bytestring >= 0.1 && < 1.1,
|
||||
base64-bytestring >= 0.1 && < 1.2,
|
||||
exceptions >= 0.8 && < 0.11,
|
||||
text >= 1.1.1.0 && < 1.3,
|
||||
time >= 1.5 && < 1.10,
|
||||
|
|
Loading…
Add table
Reference in a new issue