From da52a2aabfdbc83693574b192ed75c252d12b972 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Thu, 13 Sep 2018 16:32:34 +0200 Subject: Bump version to 4.12.4.0 --- hakyll.cabal | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'hakyll.cabal') diff --git a/hakyll.cabal b/hakyll.cabal index 8991794..d818e75 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 4.12.3.0 +Version: 4.12.4.0 Synopsis: A static website compiler library Description: @@ -187,9 +187,9 @@ Library time-locale-compat >= 0.1 && < 0.2, unordered-containers >= 0.2 && < 0.3, vector >= 0.11 && < 0.13, - yaml >= 0.8.11 && < 0.10, + yaml >= 0.8.11 && < 0.11, optparse-applicative >= 0.12 && < 0.15, - file-embed >= 0.0.10.1 && < 0.0.11 + file-embed >= 0.0.10.1 && < 0.0.12 If flag(previewServer) Build-depends: @@ -259,7 +259,7 @@ Test-suite hakyll-tests Build-Depends: hakyll, - QuickCheck >= 2.8 && < 2.12, + QuickCheck >= 2.8 && < 2.13, tasty >= 0.11 && < 1.2, tasty-hunit >= 0.9 && < 0.11, tasty-quickcheck >= 0.8 && < 0.11, @@ -270,7 +270,7 @@ Test-suite hakyll-tests filepath >= 1.0 && < 1.5, text >= 0.11 && < 1.3, unordered-containers >= 0.2 && < 0.3, - yaml >= 0.8.11 && < 0.10 + yaml >= 0.8.11 && < 0.11 If flag(previewServer) Cpp-options: -- cgit v1.2.3