summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hakyll.cabal2
-rw-r--r--web/releases.markdown10
2 files changed, 11 insertions, 1 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 7a319c5..f46aaa3 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
Name: hakyll
-Version: 4.8.3.1
+Version: 4.8.3.2
Synopsis: A static website compiler library
Description:
diff --git a/web/releases.markdown b/web/releases.markdown
index 7036ec2..459873a 100644
--- a/web/releases.markdown
+++ b/web/releases.markdown
@@ -4,6 +4,16 @@ title: Releases
# Releases
+## Hakyll 4.8.3.2
+
+This release is compatible with GHC 8.0.1, although `previewServer` might not
+work yet on some setups.
+
+- Allow data-default 0.7, pandoc-citeproc 0.10, and tagsoup 0.14 (contributions
+ by Paul van der Walt and Felix Yan)
+- Allow binary 0.8, process 1.4, time 1.6 (contribution by Sergei Trofimovich)
+- Fix issue with `.metadata` file reading
+
## Hakyll 4.8.3.1
- Bump scientific dependency to 0.3.4