diff options
| author | John MacFarlane <[email protected]> | 2021-02-17 10:32:05 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2021-02-17 10:32:05 -0800 |
| commit | 1d8cbf249dd97c5547617bb25fd87a3ab3709229 (patch) | |
| tree | 490a3b42dea5754f6575804629185907cf730a64 /pandoc.cabal | |
| parent | 73add0578989e1da6e9cd1de68e2e4142f789188 (diff) | |
Use xeno instead of xml-conduit for xml parsing.xeno
This doesn't work. We get strange "pipe error" in test suite,
and running the executable on a few samples shows problems e.g.
handling doctypes.
Diffstat (limited to 'pandoc.cabal')
| -rw-r--r-- | pandoc.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index d27520ba0..ee869a521 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -493,6 +493,7 @@ library unicode-transforms >= 0.3 && < 0.4, unordered-containers >= 0.2 && < 0.3, xml >= 1.3.12 && < 1.4, + xeno >= 0.4.2 && < 0.5, xml-conduit >= 1.7 && < 1.10, zip-archive >= 0.2.3.4 && < 0.5, zlib >= 0.5 && < 0.7 |
