summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-05-28 10:40:50 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-05-28 10:41:40 -0700
commit9cf5f74e8fad9c7b898553724a37035bfc46f268 (patch)
tree434a11262eee84becd61877e713d25aede1b5240 /pandoc.cabal
parent63865e4670c7d4e0a3873244d8a1c3afe12ebb2a (diff)
PDF writer: Fixed treatment of data uris for images.
Closes #1062.
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 a2138d6bf..c834319a2 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -237,7 +237,8 @@ Library
scientific >= 0.2 && < 0.4,
vector >= 0.10 && < 0.11,
hslua >= 0.3 && < 0.4,
- binary >= 0.5 && < 0.8
+ binary >= 0.5 && < 0.8,
+ SHA >= 1.6 && < 1.7
Build-Tools: alex, happy
if flag(https)
Build-Depends: http-client >= 0.3.2 && < 0.4,