From 70d6e4cf6e07de452a1875c43735707d056746de Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Tue, 14 Jun 2016 07:46:46 -0500 Subject: 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. --- hakyll.cabal | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'hakyll.cabal') 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, -- cgit v1.2.3