hakyll.cabal: allow binary-0.8, process-1.4, time-1.6 (ghc-8)

Signed-off-by: Sergei Trofimovich <siarheit@google.com>
This commit is contained in:
Sergei Trofimovich 2016-05-29 13:02:11 +01:00
parent b1be76da5b
commit 30b0a4acba

View file

@ -143,7 +143,7 @@ Library
Build-Depends:
base >= 4.8 && < 5,
binary >= 0.5 && < 0.8,
binary >= 0.5 && < 0.9,
blaze-html >= 0.5 && < 0.9,
blaze-markup >= 0.5.1 && < 0.8,
bytestring >= 0.9 && < 0.11,
@ -161,7 +161,7 @@ Library
pandoc >= 1.14 && < 1.18,
pandoc-citeproc >= 0.4 && < 0.10,
parsec >= 3.0 && < 3.2,
process >= 1.0 && < 1.3,
process >= 1.0 && < 1.5,
random >= 1.0 && < 1.2,
regex-base >= 0.93 && < 0.94,
regex-tdfa >= 1.1 && < 1.3,
@ -169,7 +169,7 @@ Library
scientific >= 0.3.4 && < 0.4,
tagsoup >= 0.13.1 && < 0.14,
text >= 0.11 && < 1.3,
time >= 1.4 && < 1.6,
time >= 1.4 && < 1.7,
time-locale-compat >= 0.1 && < 0.2,
unordered-containers >= 0.2 && < 0.3,
vector >= 0.11 && < 0.12,
@ -234,7 +234,7 @@ Test-suite hakyll-tests
test-framework-quickcheck2 >= 0.3 && < 0.4,
-- Copy pasted from hakyll dependencies:
base >= 4.8 && < 5,
binary >= 0.5 && < 0.8,
binary >= 0.5 && < 0.9,
blaze-html >= 0.5 && < 0.9,
blaze-markup >= 0.5.1 && < 0.8,
bytestring >= 0.9 && < 0.11,
@ -252,7 +252,7 @@ Test-suite hakyll-tests
pandoc >= 1.14 && < 1.18,
pandoc-citeproc >= 0.4 && < 0.10,
parsec >= 3.0 && < 3.2,
process >= 1.0 && < 1.3,
process >= 1.0 && < 1.5,
random >= 1.0 && < 1.2,
regex-base >= 0.93 && < 0.94,
regex-tdfa >= 1.1 && < 1.3,
@ -260,7 +260,7 @@ Test-suite hakyll-tests
scientific >= 0.3.4 && < 0.4,
tagsoup >= 0.13.1 && < 0.14,
text >= 0.11 && < 1.3,
time >= 1.4 && < 1.6,
time >= 1.4 && < 1.7,
time-locale-compat >= 0.1 && < 0.2,
unordered-containers >= 0.2 && < 0.3,
vector >= 0.11 && < 0.12,