Bump upper-bound for time, criterion, haddock-library, exceptions.

This commit is contained in:
John MacFarlane 2018-03-15 23:48:19 -07:00
parent df71628d26
commit 1ac56f99df

View file

@ -357,7 +357,7 @@ library
unordered-containers >= 0.2 && < 0.3, unordered-containers >= 0.2 && < 0.3,
parsec >= 3.1 && < 3.2, parsec >= 3.1 && < 3.2,
mtl >= 2.2 && < 2.3, mtl >= 2.2 && < 2.3,
exceptions >= 0.8 && < 0.10, exceptions >= 0.8 && < 0.11,
filepath >= 1.1 && < 1.5, filepath >= 1.1 && < 1.5,
process >= 1.2.3 && < 1.7, process >= 1.2.3 && < 1.7,
directory >= 1 && < 1.4, directory >= 1 && < 1.4,
@ -388,7 +388,7 @@ library
hslua-module-text >= 0.1.2 && < 0.2, hslua-module-text >= 0.1.2 && < 0.2,
binary >= 0.5 && < 0.10, binary >= 0.5 && < 0.10,
SHA >= 1.6 && < 1.7, SHA >= 1.6 && < 1.7,
haddock-library >= 1.1 && < 1.5, haddock-library >= 1.1 && < 1.6,
deepseq >= 1.3 && < 1.5, deepseq >= 1.3 && < 1.5,
JuicyPixels >= 3.1.6.1 && < 3.3, JuicyPixels >= 3.1.6.1 && < 3.3,
Glob >= 0.7 && < 0.10, Glob >= 0.7 && < 0.10,
@ -406,7 +406,7 @@ library
build-depends: old-locale >= 1 && < 1.1, build-depends: old-locale >= 1 && < 1.1,
time >= 1.2 && < 1.5 time >= 1.2 && < 1.5
else else
build-depends: time >= 1.5 && < 1.9 build-depends: time >= 1.5 && < 1.10
if flag(network-uri) if flag(network-uri)
build-depends: network-uri >= 2.6 && < 2.7, network >= 2.6 build-depends: network-uri >= 2.6 && < 2.7, network >= 2.6
else else
@ -609,7 +609,7 @@ test-suite test-pandoc
bytestring >= 0.9 && < 0.11, bytestring >= 0.9 && < 0.11,
base64-bytestring >= 0.1 && < 1.1, base64-bytestring >= 0.1 && < 1.1,
text >= 0.11 && < 1.3, text >= 0.11 && < 1.3,
time >= 1.5 && < 1.9, time >= 1.5 && < 1.10,
directory >= 1 && < 1.4, directory >= 1 && < 1.4,
filepath >= 1.1 && < 1.5, filepath >= 1.1 && < 1.5,
hslua >= 0.9.5 && < 0.9.6, hslua >= 0.9.5 && < 0.9.6,
@ -630,7 +630,7 @@ test-suite test-pandoc
build-depends: old-locale >= 1 && < 1.1, build-depends: old-locale >= 1 && < 1.1,
time >= 1.2 && < 1.5 time >= 1.2 && < 1.5
else else
build-depends: time >= 1.5 && < 1.9 build-depends: time >= 1.5 && < 1.10
other-modules: Tests.Old other-modules: Tests.Old
Tests.Command Tests.Command
Tests.Helpers Tests.Helpers
@ -689,6 +689,6 @@ benchmark benchmark-pandoc
time, bytestring, containers, time, bytestring, containers,
base >= 4.2 && < 5, base >= 4.2 && < 5,
text >= 0.11 && < 1.3, text >= 0.11 && < 1.3,
criterion >= 1.0 && < 1.4 criterion >= 1.0 && < 1.5
ghc-options: -rtsopts -Wall -fno-warn-unused-do-bind ghc-options: -rtsopts -Wall -fno-warn-unused-do-bind
default-language: Haskell98 default-language: Haskell98