diff options
| -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, |
