diff options
Diffstat (limited to 'pandoc.cabal')
| -rw-r--r-- | pandoc.cabal | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 0b234c52f..a5e4f5a83 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -199,13 +199,13 @@ Library -- Note: the following is duplicated in all stanzas. -- It needs to be duplicated because of the library & executable flags. -- BEGIN DUPLICATED SECTION - Build-Depends: containers >= 0.1 && < 0.5, + Build-Depends: containers >= 0.1 && < 0.6, parsec >= 3.1 && < 3.2, mtl >= 1.1 && < 2.2, - network >= 2 && < 2.4, + network >= 2 && < 2.5, filepath >= 1.1 && < 1.4, process >= 1 && < 1.2, - directory >= 1 && < 1.2, + directory >= 1 && < 1.3, bytestring >= 0.9 && < 1.0, zip-archive >= 0.1.1.7 && < 0.2, utf8-string >= 0.3 && < 0.4, @@ -311,13 +311,13 @@ Executable pandoc -- Note: the following is duplicated in all stanzas. -- It needs to be duplicated because of the library & executable flags. -- BEGIN DUPLICATED SECTION - Build-Depends: containers >= 0.1 && < 0.5, + Build-Depends: containers >= 0.1 && < 0.6, parsec >= 3.1 && < 3.2, mtl >= 1.1 && < 2.2, - network >= 2 && < 2.4, + network >= 2 && < 2.5, filepath >= 1.1 && < 1.4, process >= 1 && < 1.2, - directory >= 1 && < 1.2, + directory >= 1 && < 1.3, bytestring >= 0.9 && < 1.0, zip-archive >= 0.1.1.7 && < 0.2, utf8-string >= 0.3 && < 0.4, @@ -386,7 +386,7 @@ Test-Suite test-pandoc pandoc-types >= 1.10 && < 1.11, utf8-string >= 0.3 && < 0.4, bytestring >= 0.9 && < 1.0, - directory >= 1 && < 1.2, + directory >= 1 && < 1.3, filepath >= 1.1 && < 1.4, process >= 1 && < 1.2, Diff, @@ -396,7 +396,7 @@ Test-Suite test-pandoc QuickCheck >= 2.4 && < 2.6, HUnit >= 1.2 && < 1.3, template-haskell >= 2.4 && < 2.8, - containers >= 0.1 && < 0.5, + containers >= 0.1 && < 0.6, ansi-terminal == 0.5.* Other-Modules: Tests.Old Tests.Helpers |
