summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hakyll.cabal6
-rw-r--r--web/examples.markdown2
-rw-r--r--web/releases.markdown8
3 files changed, 11 insertions, 5 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 61460e7..6a9c23c 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
Name: hakyll
-Version: 4.7.5.1
+Version: 4.7.5.2
Synopsis: A static website compiler library
Description:
@@ -156,7 +156,7 @@ Library
mtl >= 1 && < 2.3,
network >= 2.6 && < 2.7,
network-uri >= 2.6 && < 2.7,
- pandoc >= 1.14 && < 1.17,
+ pandoc >= 1.14 && < 1.18,
pandoc-citeproc >= 0.4 && < 0.10,
parsec >= 3.0 && < 3.2,
process >= 1.0 && < 1.3,
@@ -242,7 +242,7 @@ Test-suite hakyll-tests
mtl >= 1 && < 2.3,
network >= 2.6 && < 2.7,
network-uri >= 2.6 && < 2.7,
- pandoc >= 1.14 && < 1.17,
+ pandoc >= 1.14 && < 1.18,
pandoc-citeproc >= 0.4 && < 0.10,
parsec >= 3.0 && < 3.2,
process >= 1.0 && < 1.3,
diff --git a/web/examples.markdown b/web/examples.markdown
index 61659f5..9629a4e 100644
--- a/web/examples.markdown
+++ b/web/examples.markdown
@@ -104,8 +104,6 @@ directly with the default Hakyll site.
[source](https://github.com/rbros/reichertbrothers.com)
- <http://alemedeiros.sdf.org>,
[source](https://github.com/alemedeiros/homepage)
-- <http://blog.ssanj.net/>,
- [source](https://github.com/ssanj/babyloncandle)
- <https://ruudvanasseldonk.com/>,
[source](https://github.com/ruud-v-a/ruudvanasseldonk.com)
- <http://www.haskell.mn>,
diff --git a/web/releases.markdown b/web/releases.markdown
index 01bf499..4f136ad 100644
--- a/web/releases.markdown
+++ b/web/releases.markdown
@@ -4,6 +4,14 @@ title: Releases
# Releases
+## Hakyll 4.7.5.2
+
+- Bump pandoc dependency to 1.17 (contribution by Felix Yan)
+- Fix `unixFilter` documentation (contribution by Richard Cook)
+- Bump example posts (contribution by Andrew Barchuk)
+- Add a template compiler that only uses the template body (contribution by
+ Bergi)
+
## Hakyll 4.7.5.1
- Bump pandoc and pandoc-citeproc dependencies to 1.16 and 0.9 respectively