From eabfc4e3d128d6b4ac20140f3d457b1ddfa750c8 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sun, 15 Feb 2015 19:53:49 +0100 Subject: Version bump --- hakyll.cabal | 14 +++++++------- web/releases.markdown | 6 ++++++ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/hakyll.cabal b/hakyll.cabal index 507e0a6..63670e3 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 4.6.4.0 +Version: 4.6.5.0 Synopsis: A static website compiler library Description: @@ -150,10 +150,10 @@ Library containers >= 0.3 && < 0.6, cryptohash >= 0.7 && < 0.12, data-default >= 0.4 && < 0.6, - deepseq >= 1.3 && < 1.4, + deepseq >= 1.3 && < 1.5, directory >= 1.0 && < 1.3, filepath >= 1.0 && < 1.4, - lrucache >= 1.1.1 && < 1.2, + lrucache >= 1.1.1 && < 1.3, mtl >= 1 && < 2.3, network >= 2.6 && < 2.7, network-uri >= 2.6 && < 2.7, @@ -168,7 +168,7 @@ Library regex-tdfa >= 1.1 && < 1.3, tagsoup >= 0.13.1 && < 0.14, text >= 0.11 && < 1.3, - time >= 1.1 && < 1.5 + time >= 1.1 && < 1.6 If flag(previewServer) Build-depends: @@ -237,10 +237,10 @@ Test-suite hakyll-tests containers >= 0.3 && < 0.6, cryptohash >= 0.7 && < 0.12, data-default >= 0.4 && < 0.6, - deepseq >= 1.3 && < 1.4, + deepseq >= 1.3 && < 1.5, directory >= 1.0 && < 1.3, filepath >= 1.0 && < 1.4, - lrucache >= 1.1.1 && < 1.2, + lrucache >= 1.1.1 && < 1.3, mtl >= 1 && < 2.3, network >= 2.6 && < 2.7, network-uri >= 2.6 && < 2.7, @@ -255,7 +255,7 @@ Test-suite hakyll-tests regex-tdfa >= 1.1 && < 1.3, tagsoup >= 0.13.1 && < 0.14, text >= 0.11 && < 1.3, - time >= 1.1 && < 1.5 + time >= 1.1 && < 1.6 If flag(previewServer) Build-depends: diff --git a/web/releases.markdown b/web/releases.markdown index 2d1372b..109c4a3 100644 --- a/web/releases.markdown +++ b/web/releases.markdown @@ -4,6 +4,12 @@ title: Releases # Releases +## Hakyll 4.6.5.0 + +- Bump dependencies +- Fix garbled "Listening on 0.0.0.0:8000" message +- Add `boolField` (contribution by Ferenc Wágner) + ## Hakyll 4.6.4.0 - Fix another dependency handling bug when using snapshots -- cgit v1.2.3