aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal6
1 files changed, 4 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 02e80845f..765fde59f 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -176,7 +176,8 @@ Library
citeproc-hs >= 0.3 && < 0.4,
pandoc-types == 1.7.*,
json >= 0.4 && < 0.5,
- dlist >= 0.4 && < 0.6
+ dlist >= 0.4 && < 0.6,
+ tagsoup >= 0.12 && < 0.13
if impl(ghc >= 6.10)
Build-depends: base >= 4 && < 5, syb
else
@@ -249,7 +250,8 @@ Executable pandoc
citeproc-hs >= 0.3 && < 0.4,
pandoc-types == 1.7.*,
json >= 0.4 && < 0.5,
- dlist >= 0.4 && < 0.6
+ dlist >= 0.4 && < 0.6,
+ tagsoup >= 0.12 && < 0.13
if impl(ghc >= 6.10)
Build-depends: base >= 4 && < 5, syb
else