diff options
| author | John MacFarlane <[email protected]> | 2025-03-16 10:49:50 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-03-16 10:49:50 -0700 |
| commit | 7d8e4e6c2dcbd9bc5902b1e7c7303ee772131159 (patch) | |
| tree | 82039b2d25c2ce5f96e20ea7cf0b3eebdc138f67 | |
| parent | 2b11ce9bab4b91d2c0bd8d02c693b9a77f6dd29d (diff) | |
Allow containers 0.8.
| -rw-r--r-- | pandoc.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index b7025ee2d..16f06275f 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -470,7 +470,7 @@ library xml-light build-depends: xml >= 1.3.12 && < 1.4, xml-conduit >= 1.9.1.1 && < 1.11, xml-types >= 0.3 && < 0.4, - containers >= 0.6.0.1 && < 0.8, + containers >= 0.6.0.1 && < 0.9, text >= 1.1.1.0 && < 2.2 hs-source-dirs: xml-light @@ -498,7 +498,7 @@ library commonmark >= 0.2.6.1 && < 0.3, commonmark-extensions >= 0.2.6 && < 0.3, commonmark-pandoc >= 0.2.3 && < 0.3, - containers >= 0.6.0.1 && < 0.8, + containers >= 0.6.0.1 && < 0.9, crypton >= 0.30 && < 1.1, crypton-connection >= 0.3.1 && < 0.5, data-default >= 0.4 && < 0.9, @@ -792,7 +792,7 @@ test-suite test-pandoc Diff >= 0.2 && < 1.1, Glob >= 0.7 && < 0.11, bytestring >= 0.9 && < 0.13, - containers >= 0.4.2.1 && < 0.8, + containers >= 0.4.2.1 && < 0.9, directory >= 1.2.3 && < 1.4, doctemplates >= 0.11 && < 0.12, filepath >= 1.1 && < 1.6, |
