diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2013-12-05 12:27:30 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2013-12-05 12:27:30 +0100 |
commit | 949afd2578c3f07ded666ae7ef1fde50c87bee5b (patch) | |
tree | cb0c9ac73bac3245e21321a7edd813dbeb9e89ed | |
parent | ffbce966075d258b16b44e6856333ef41e4487f4 (diff) | |
download | hakyll-949afd2578c3f07ded666ae7ef1fde50c87bee5b.tar.gz |
Bump various versions
-rw-r--r-- | hakyll.cabal | 16 |
1 files 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 |