summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorSergei Trofimovich <siarheit@google.com>2016-05-29 13:02:11 +0100
committerSergei Trofimovich <siarheit@google.com>2016-05-29 13:02:11 +0100
commit30b0a4acba6bf04a2ca5f558a17d3887d767ef8b (patch)
treed32e7f71d84103d8ae45456146b35b959abc72ab /hakyll.cabal
parentb1be76da5b7340dd648885e0bfdadc4cc6fa8cbf (diff)
downloadhakyll-30b0a4acba6bf04a2ca5f558a17d3887d767ef8b.tar.gz
hakyll.cabal: allow binary-0.8, process-1.4, time-1.6 (ghc-8)
Signed-off-by: Sergei Trofimovich <siarheit@google.com>
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal12
1 files changed, 6 insertions, 6 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index c4b491d..6cd0ccb 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -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,