summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hakyll.cabal10
-rw-r--r--web/releases.markdown6
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)