summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2011-12-20 11:25:26 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2011-12-20 11:26:10 -0800
commit5ff7f81b85c8cdf3bed3bd78f60de5eddf6692df (patch)
tree4043e61f471e9c2a829dc712c335c9362030f35b /pandoc.cabal
parent8bf890d7e4df183e2e93e442446f989e93dc24fc (diff)
Restore xhtml style self-closed tags in HTML writer.
This requires blaze-html >= 0.4.3.0.
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 6c6251b63..78037a445 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -204,7 +204,7 @@ Library
-- BEGIN DUPLICATED SECTION
Build-Depends: containers >= 0.1 && < 0.5,
parsec >= 2.1 && < 3.2,
- blaze-html >= 0.4 && < 0.5,
+ blaze-html >= 0.4.3.0 && < 0.5,
mtl >= 1.1 && < 2.1,
network >= 2 && < 2.4,
filepath >= 1.1 && < 1.3,
@@ -292,7 +292,7 @@ Executable pandoc
-- BEGIN DUPLICATED SECTION
Build-Depends: containers >= 0.1 && < 0.5,
parsec >= 2.1 && < 3.2,
- blaze-html >= 0.4 && < 0.5,
+ blaze-html >= 0.4.3.0 && < 0.5,
mtl >= 1.1 && < 2.1,
network >= 2 && < 2.4,
filepath >= 1.1 && < 1.3,