diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-03-24 14:36:29 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-03-24 14:36:29 -0700 |
commit | d2495d0c755b05ae35a31768da791e85e213df49 (patch) | |
tree | e3653a245425b6b126acac238195785fc066da4b | |
parent | 56ce1fc12651e9cf60b882a18d72a410967d6540 (diff) | |
download | pandoc-d2495d0c755b05ae35a31768da791e85e213df49.tar.gz |
Allow attoparsec 0.14.x.
-rw-r--r-- | pandoc.cabal | 2 |
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, |