aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-03-24 14:36:29 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-03-24 14:36:29 -0700
commitd2495d0c755b05ae35a31768da791e85e213df49 (patch)
treee3653a245425b6b126acac238195785fc066da4b /pandoc.cabal
parent56ce1fc12651e9cf60b882a18d72a410967d6540 (diff)
downloadpandoc-d2495d0c755b05ae35a31768da791e85e213df49.tar.gz
Allow attoparsec 0.14.x.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index b60122dbe..c3ff4dfb2 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -438,7 +438,7 @@ library
SHA >= 1.6 && < 1.7,
aeson >= 0.7 && < 1.6,
aeson-pretty >= 0.8.5 && < 0.9,
- attoparsec >= 0.12 && < 0.14,
+ attoparsec >= 0.12 && < 0.15,
base64-bytestring >= 0.1 && < 1.3,
binary >= 0.7 && < 0.11,
blaze-html >= 0.9 && < 0.10,