aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-01-09 11:16:17 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-01-09 11:16:55 -0800
commit5c8c380a7997156964a5402974f6f464233aab9b (patch)
tree5bda3d9a7bfaa8046ff6074d7d96b1381a5eeedb /pandoc.cabal
parent3bf8012bf6e6965a68de76d5bb46782086393da7 (diff)
downloadpandoc-5c8c380a7997156964a5402974f6f464233aab9b.tar.gz
Better exif parsing, including image resolution.
This introduces a dependency on binary >= 0.6, but we depend on binary >= 0.5 via zip-archive anyway. Closes #976.
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 a1a4c9b40..94d382c4f 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -232,7 +232,8 @@ Library
attoparsec >= 0.10 && < 0.11,
yaml >= 0.8.3 && < 0.9,
vector >= 0.10 && < 0.11,
- hslua >= 0.3 && < 0.4
+ hslua >= 0.3 && < 0.4,
+ binary >= 0.6 && < 0.8
Build-Tools: alex, happy
if flag(http-conduit)
Build-Depends: http-conduit >= 1.9 && < 2.1,