diff options
| author | John MacFarlane <[email protected]> | 2025-02-01 16:54:12 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-02-01 16:54:12 -0800 |
| commit | c0dc9538255b1ec316129e37d88dedeba982d302 (patch) | |
| tree | 26614de63b16914727be3f4cd662d869fc3d04ce /pandoc.cabal | |
| parent | fe3e7c948c986e00e563eea640bc5eb3b9bde210 (diff) | |
Raise xml-conduit upper bound.
Diffstat (limited to 'pandoc.cabal')
| -rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 52397e4c4..477dcf6c8 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -466,7 +466,7 @@ common common-executable library xml-light import: common-options build-depends: xml >= 1.3.12 && < 1.4, - xml-conduit >= 1.9.1.1 && < 1.10, + xml-conduit >= 1.9.1.1 && < 1.11, xml-types >= 0.3 && < 0.4, containers >= 0.6.0.1 && < 0.8, text >= 1.1.1.0 && < 2.2 |
