aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-04-15 14:30:33 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-04-15 14:30:33 -0700
commit2e7fee9c3c48e2492340a38d3a387e4f9ea0c913 (patch)
tree20bbbba3a2590ac82bd367c10bd05609a39acbcb /pandoc.cabal
parent2d60524de43d59ffb1763a33a15cc2ecce613ecf (diff)
downloadpandoc-2e7fee9c3c48e2492340a38d3a387e4f9ea0c913.tar.gz
Use latest xml-conduit.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index b2d7fa460..c8ef3cfb9 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -492,7 +492,7 @@ library
unicode-transforms >= 0.3 && < 0.4,
unordered-containers >= 0.2 && < 0.3,
xml >= 1.3.12 && < 1.4,
- xml-conduit >= 1.7 && < 1.10,
+ xml-conduit >= 1.9.1.1 && < 1.10,
zip-archive >= 0.2.3.4 && < 0.5,
zlib >= 0.5 && < 0.7
if os(windows) && arch(i386)