diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2016-06-21 11:20:27 +0200 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2016-06-21 11:20:27 +0200 |
commit | 58fe3f4ab30e04a84d774d5b20a81884de8bc844 (patch) | |
tree | a0626ecde71e3d410d62dccf10c4824e3cb91a02 | |
parent | 4194752f3dcbc0bdac21a53d5c8305e66f77b551 (diff) | |
download | hakyll-58fe3f4ab30e04a84d774d5b20a81884de8bc844.tar.gz |
Bump version to 4.8.3.2
-rw-r--r-- | hakyll.cabal | 2 | ||||
-rw-r--r-- | web/releases.markdown | 10 |
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 |