From 949afd2578c3f07ded666ae7ef1fde50c87bee5b Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Thu, 5 Dec 2013 12:27:30 +0100 Subject: [PATCH] Bump various versions --- hakyll.cabal | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/hakyll.cabal b/hakyll.cabal index 7293928..61ea9c2 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -159,14 +159,14 @@ Library old-locale >= 1.0 && < 1.1, old-time >= 1.0 && < 1.2, pandoc >= 1.12 && < 1.13, - pandoc-citeproc >= 0.1 && < 0.2, + pandoc-citeproc >= 0.1 && < 0.3, parsec >= 3.0 && < 3.2, - process >= 1.0 && < 1.2, + process >= 1.0 && < 1.3, random >= 1.0 && < 1.1, regex-base >= 0.93 && < 0.94, regex-tdfa >= 1.1 && < 1.2, tagsoup >= 0.12.6 && < 0.14, - text >= 0.11 && < 1.12, + text >= 0.11 && < 1.1, time >= 1.1 && < 1.5 If flag(previewServer) @@ -192,7 +192,7 @@ Library If flag(checkExternal) Build-depends: - http-conduit >= 1.8 && < 1.10, + http-conduit >= 1.8 && < 2.1, http-types >= 0.7 && < 0.9 Cpp-options: -DCHECK_EXTERNAL @@ -245,14 +245,14 @@ Test-suite hakyll-tests old-locale >= 1.0 && < 1.1, old-time >= 1.0 && < 1.2, pandoc >= 1.12 && < 1.13, - pandoc-citeproc >= 0.1 && < 0.2, + pandoc-citeproc >= 0.1 && < 0.3, parsec >= 3.0 && < 3.2, - process >= 1.0 && < 1.2, + process >= 1.0 && < 1.3, random >= 1.0 && < 1.1, regex-base >= 0.93 && < 0.94, regex-tdfa >= 1.1 && < 1.2, tagsoup >= 0.12.6 && < 0.14, - text >= 0.11 && < 1.12, + text >= 0.11 && < 1.1, time >= 1.1 && < 1.5 If flag(previewServer) @@ -278,7 +278,7 @@ Test-suite hakyll-tests If flag(checkExternal) Build-depends: - http-conduit >= 1.8 && < 1.10, + http-conduit >= 1.8 && < 2.1, http-types >= 0.7 && < 0.9 Cpp-options: -DCHECK_EXTERNAL