From fc4d46517cc1d6875a8553f02985d6dbfd72ed5a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 4 Dec 2011 15:58:05 -0800 Subject: Depend on tagsoup >= 12.5. This has a fix needed for the --self-contained option to work properly. --- pandoc.cabal | 4 ++-- 1 file 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) -- cgit v1.2.3