From c77c0ec84bf07b3dc77bd31b59cf0a7fe5c3b842 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Thu, 9 Feb 2017 11:25:35 -0500 Subject: Dependency version bumps - Bump blaze-html to 0.9 - Bump blaze-markup to 0.8 - Bump process to 1.5 --- hakyll.cabal | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'hakyll.cabal') diff --git a/hakyll.cabal b/hakyll.cabal index 0a7b860..cd0957a 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -155,8 +155,8 @@ Library Build-Depends: base >= 4.8 && < 5, binary >= 0.5 && < 0.9, - blaze-html >= 0.5 && < 0.9, - blaze-markup >= 0.5.1 && < 0.8, + blaze-html >= 0.5 && < 0.10, + blaze-markup >= 0.5.1 && < 0.9, bytestring >= 0.9 && < 0.11, containers >= 0.3 && < 0.6, cryptohash >= 0.7 && < 0.12, @@ -171,7 +171,7 @@ Library pandoc >= 1.14 && < 1.20, pandoc-citeproc >= 0.4 && < 0.11, parsec >= 3.0 && < 3.2, - process >= 1.0 && < 1.5, + process >= 1.0 && < 1.6, random >= 1.0 && < 1.2, regex-base >= 0.93 && < 0.94, regex-tdfa >= 1.1 && < 1.3, @@ -248,8 +248,8 @@ Test-suite hakyll-tests -- Copy pasted from hakyll dependencies: base >= 4.8 && < 5, binary >= 0.5 && < 0.9, - blaze-html >= 0.5 && < 0.9, - blaze-markup >= 0.5.1 && < 0.8, + blaze-html >= 0.5 && < 0.10, + blaze-markup >= 0.5.1 && < 0.9, bytestring >= 0.9 && < 0.11, containers >= 0.3 && < 0.6, cryptohash >= 0.7 && < 0.12, @@ -264,7 +264,7 @@ Test-suite hakyll-tests pandoc >= 1.14 && < 1.20, pandoc-citeproc >= 0.4 && < 0.11, parsec >= 3.0 && < 3.2, - process >= 1.0 && < 1.5, + process >= 1.0 && < 1.6, random >= 1.0 && < 1.2, regex-base >= 0.93 && < 0.94, regex-tdfa >= 1.1 && < 1.3, -- cgit v1.2.3