diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2015-03-10 16:34:15 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2015-03-10 16:34:15 +0100 |
commit | 78c3aa21cd819270603392c0189a72b2a2e3e8e9 (patch) | |
tree | f19b4f8300a34c2df767c2f4b4935ff21a3b4c40 | |
parent | 3fd324de290b114cc07f9d4e54d096878799f7e2 (diff) | |
download | hakyll-78c3aa21cd819270603392c0189a72b2a2e3e8e9.tar.gz |
Version bump (4.6.7.0)
-rw-r--r-- | hakyll.cabal | 10 | ||||
-rw-r--r-- | web/releases.markdown | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index d008c61..9cdab1d 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 4.6.6.0 +Version: 4.6.7.0 Synopsis: A static website compiler library Description: @@ -142,8 +142,8 @@ Library Build-Depends: base >= 4 && < 5, binary >= 0.5 && < 0.8, - blaze-html >= 0.5 && < 0.8, - blaze-markup >= 0.5.1 && < 0.7, + blaze-html >= 0.5 && < 0.9, + blaze-markup >= 0.5.1 && < 0.8, bytestring >= 0.9 && < 0.11, cmdargs >= 0.10 && < 0.11, containers >= 0.3 && < 0.6, @@ -229,8 +229,8 @@ Test-suite hakyll-tests -- Copy pasted from hakyll dependencies: base >= 4 && < 5, binary >= 0.5 && < 0.8, - blaze-html >= 0.5 && < 0.8, - blaze-markup >= 0.5.1 && < 0.7, + blaze-html >= 0.5 && < 0.9, + blaze-markup >= 0.5.1 && < 0.8, bytestring >= 0.9 && < 0.11, cmdargs >= 0.10 && < 0.11, containers >= 0.3 && < 0.6, diff --git a/web/releases.markdown b/web/releases.markdown index 4fa62f9..0ca112e 100644 --- a/web/releases.markdown +++ b/web/releases.markdown @@ -4,6 +4,12 @@ title: Releases # Releases +## Hakyll 4.6.7.0 + +- Bump dependencies +- Fix bug where hakyll-init would create a file called `name.cabal.cabal` (fix + by Hans-Peter Deifel) + ## Hakyll 4.6.6.0 - Fix compilation error when preview server is disabled (fix by Magnus Therning) |