aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal12
1 files changed, 6 insertions, 6 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 9265b01c7..f9ed18115 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -357,7 +357,7 @@ library
unordered-containers >= 0.2 && < 0.3,
parsec >= 3.1 && < 3.2,
mtl >= 2.2 && < 2.3,
- exceptions >= 0.8 && < 0.10,
+ exceptions >= 0.8 && < 0.11,
filepath >= 1.1 && < 1.5,
process >= 1.2.3 && < 1.7,
directory >= 1 && < 1.4,
@@ -388,7 +388,7 @@ library
hslua-module-text >= 0.1.2 && < 0.2,
binary >= 0.5 && < 0.10,
SHA >= 1.6 && < 1.7,
- haddock-library >= 1.1 && < 1.5,
+ haddock-library >= 1.1 && < 1.6,
deepseq >= 1.3 && < 1.5,
JuicyPixels >= 3.1.6.1 && < 3.3,
Glob >= 0.7 && < 0.10,
@@ -406,7 +406,7 @@ library
build-depends: old-locale >= 1 && < 1.1,
time >= 1.2 && < 1.5
else
- build-depends: time >= 1.5 && < 1.9
+ build-depends: time >= 1.5 && < 1.10
if flag(network-uri)
build-depends: network-uri >= 2.6 && < 2.7, network >= 2.6
else
@@ -609,7 +609,7 @@ test-suite test-pandoc
bytestring >= 0.9 && < 0.11,
base64-bytestring >= 0.1 && < 1.1,
text >= 0.11 && < 1.3,
- time >= 1.5 && < 1.9,
+ time >= 1.5 && < 1.10,
directory >= 1 && < 1.4,
filepath >= 1.1 && < 1.5,
hslua >= 0.9.5 && < 0.9.6,
@@ -630,7 +630,7 @@ test-suite test-pandoc
build-depends: old-locale >= 1 && < 1.1,
time >= 1.2 && < 1.5
else
- build-depends: time >= 1.5 && < 1.9
+ build-depends: time >= 1.5 && < 1.10
other-modules: Tests.Old
Tests.Command
Tests.Helpers
@@ -689,6 +689,6 @@ benchmark benchmark-pandoc
time, bytestring, containers,
base >= 4.2 && < 5,
text >= 0.11 && < 1.3,
- criterion >= 1.0 && < 1.4
+ criterion >= 1.0 && < 1.5
ghc-options: -rtsopts -Wall -fno-warn-unused-do-bind
default-language: Haskell98