summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2011-12-04 15:58:05 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2011-12-04 15:58:05 -0800
commitfc4d46517cc1d6875a8553f02985d6dbfd72ed5a (patch)
treecc65281899dddd02ea761de787ec927ad95b8fa6 /pandoc.cabal
parent012684375117c95f086f21c44d9b88660ec1e4c7 (diff)
Depend on tagsoup >= 12.5.
This has a fix needed for the --self-contained option to work properly.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index b1a08e514..6fb56c488 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -221,7 +221,7 @@ Library
pandoc-types == 1.8.*,
json >= 0.4 && < 0.6,
dlist >= 0.4 && < 0.6,
- tagsoup >= 0.12 && < 0.13,
+ tagsoup >= 0.12.5 && < 0.13,
base64-bytestring >= 0.1 && < 0.2,
zlib >= 0.5 && <= 0.6
if impl(ghc >= 6.10)
@@ -309,7 +309,7 @@ Executable pandoc
pandoc-types == 1.8.*,
json >= 0.4 && < 0.6,
dlist >= 0.4 && < 0.6,
- tagsoup >= 0.12 && < 0.13,
+ tagsoup >= 0.12.5 && < 0.13,
base64-bytestring >= 0.1 && < 0.2,
zlib >= 0.5 && <= 0.6
if impl(ghc >= 6.10)