diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2016-06-21 10:55:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-21 10:55:39 +0200 |
commit | 2f5d3522d509a824c1ee9a68d18f2694e35112b4 (patch) | |
tree | bda20d82f257b15fc349c6ae88b8e16d6262d197 | |
parent | 4bc70b2dd31fdf41e0ecbab4337cd70674422a1d (diff) | |
parent | 70d6e4cf6e07de452a1875c43735707d056746de (diff) | |
download | hakyll-2f5d3522d509a824c1ee9a68d18f2694e35112b4.tar.gz |
Merge pull request #437 from felixonmars/patch-1
Allow data-default 0.7, pandoc-citeproc 0.10, and tagsoup 0.14
-rw-r--r-- | hakyll.cabal | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index d19a1b2..7a319c5 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -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, @@ -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, |