summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-01-31 09:48:42 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-01-31 09:48:42 -0800
commitccd61a5372088e74eadd4400b431ca9dc58b7112 (patch)
treee1e50cf4c6127d69b2a2462656f45a853063c02f /pandoc.cabal
parent928b1380f35c4d71138857a993ffdf9e73fa3575 (diff)
Bumped xml version to >= 1.3.12.
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 af733b7b1..968046a14 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -206,7 +206,7 @@ Library
time >= 1.2 && < 1.5,
HTTP >= 4000.0.5 && < 4000.3,
texmath >= 0.6 && < 0.7,
- xml >= 1.3.5 && < 1.4,
+ xml >= 1.3.12 && < 1.4,
random >= 1 && < 1.1,
extensible-exceptions >= 0.1 && < 0.2,
citeproc-hs >= 0.3.4 && < 0.4,
@@ -298,7 +298,7 @@ Executable pandoc
time >= 1.2 && < 1.5,
HTTP >= 4000.0.5 && < 4000.3,
texmath >= 0.6 && < 0.7,
- xml >= 1.3.5 && < 1.4,
+ xml >= 1.3.12 && < 1.4,
random >= 1 && < 1.1,
extensible-exceptions >= 0.1 && < 0.2,
citeproc-hs >= 0.3.4 && < 0.4,