aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-03-20 12:22:17 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-03-20 12:25:09 -0700
commit957314143faec08b4687822557dac6ac32216cb9 (patch)
treecaa0343bd37edd28280b06bd1faa3ba424c2e6e0 /pandoc.cabal
parent6be8f4e953b6ba9a7af1b707ef3902f8a5b7b8e2 (diff)
downloadpandoc-957314143faec08b4687822557dac6ac32216cb9.tar.gz
Improve pdfSize in ImageSize.
Improves fix to #4322.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 8adcf8d47..e3b890f64 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -404,7 +404,8 @@ library
case-insensitive >= 1.2 && < 1.3,
unicode-transforms >= 0.3 && < 0.4,
HsYAML >= 0.1.1.1 && < 0.2,
- ipynb >= 0.1 && < 0.2
+ ipynb >= 0.1 && < 0.2,
+ attoparsec >= 0.12 && < 0.14
if impl(ghc < 8.0)
build-depends: semigroups == 0.18.*,
-- basement 0.0.8 and foundation 0.0.21, transitive