summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2016-06-14 07:46:46 -0500
committerGitHub <noreply@github.com>2016-06-14 07:46:46 -0500
commit70d6e4cf6e07de452a1875c43735707d056746de (patch)
treebda20d82f257b15fc349c6ae88b8e16d6262d197 /hakyll.cabal
parentd4d2dadcc3cde29762f6740cf66ed90095324e6b (diff)
downloadhakyll-70d6e4cf6e07de452a1875c43735707d056746de.tar.gz
Allow data-default 0.7, pandoc-citeproc 0.10, and tagsoup 0.14
Building with the new release went fine here, and it works correctly.
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 6cd0ccb..7a319c5 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -150,7 +150,7 @@ Library
cmdargs >= 0.10 && < 0.11,
containers >= 0.3 && < 0.6,
cryptohash >= 0.7 && < 0.12,
- data-default >= 0.4 && < 0.7,
+ data-default >= 0.4 && < 0.8,
deepseq >= 1.3 && < 1.5,
directory >= 1.0 && < 1.3,
filepath >= 1.0 && < 1.5,
@@ -159,7 +159,7 @@ Library
network >= 2.6 && < 2.7,
network-uri >= 2.6 && < 2.7,
pandoc >= 1.14 && < 1.18,
- pandoc-citeproc >= 0.4 && < 0.10,
+ pandoc-citeproc >= 0.4 && < 0.11,
parsec >= 3.0 && < 3.2,
process >= 1.0 && < 1.5,
random >= 1.0 && < 1.2,
@@ -167,7 +167,7 @@ Library
regex-tdfa >= 1.1 && < 1.3,
resourcet >= 1.1 && < 1.2,
scientific >= 0.3.4 && < 0.4,
- tagsoup >= 0.13.1 && < 0.14,
+ tagsoup >= 0.13.1 && < 0.15,
text >= 0.11 && < 1.3,
time >= 1.4 && < 1.7,
time-locale-compat >= 0.1 && < 0.2,
@@ -241,7 +241,7 @@ Test-suite hakyll-tests
cmdargs >= 0.10 && < 0.11,
containers >= 0.3 && < 0.6,
cryptohash >= 0.7 && < 0.12,
- data-default >= 0.4 && < 0.7,
+ data-default >= 0.4 && < 0.8,
deepseq >= 1.3 && < 1.5,
directory >= 1.0 && < 1.3,
filepath >= 1.0 && < 1.5,
@@ -250,7 +250,7 @@ Test-suite hakyll-tests
network >= 2.6 && < 2.7,
network-uri >= 2.6 && < 2.7,
pandoc >= 1.14 && < 1.18,
- pandoc-citeproc >= 0.4 && < 0.10,
+ pandoc-citeproc >= 0.4 && < 0.11,
parsec >= 3.0 && < 3.2,
process >= 1.0 && < 1.5,
random >= 1.0 && < 1.2,
@@ -258,7 +258,7 @@ Test-suite hakyll-tests
regex-tdfa >= 1.1 && < 1.3,
resourcet >= 1.1 && < 1.2,
scientific >= 0.3.4 && < 0.4,
- tagsoup >= 0.13.1 && < 0.14,
+ tagsoup >= 0.13.1 && < 0.15,
text >= 0.11 && < 1.3,
time >= 1.4 && < 1.7,
time-locale-compat >= 0.1 && < 0.2,