aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-04-24 22:48:31 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-04-25 12:55:17 -0700
commit3324412d72ceadc77b12b0b4cdc7cf02c5b6a959 (patch)
treee1dce6a808d757f0d4abc351cf0099727f28232c /pandoc.cabal
parent032a04c0506f0d0b2a5185c1f895552be859f3e4 (diff)
downloadpandoc-3324412d72ceadc77b12b0b4cdc7cf02c5b6a959.tar.gz
Allow base64-bytestring 1.1.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 5f0e8f793..98b91cc81 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -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,