summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2015-07-12 14:41:12 +0900
committerJasper Van der Jeugt <m@jaspervdj.be>2015-07-12 14:41:12 +0900
commit7fedfd3585de8968c14acac6fb5b5056c189eefc (patch)
tree9612f3c3f8f528e700a1c693053966a2f7e5c783
parentf9872ba1bb06e2af30639a8cadc26004afcd5ca3 (diff)
downloadhakyll-7fedfd3585de8968c14acac6fb5b5056c189eefc.tar.gz
Version bump (4.7.2.0)
-rw-r--r--hakyll.cabal6
-rw-r--r--web/releases.markdown7
2 files changed, 10 insertions, 3 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index a88b29d..9952a69 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
Name: hakyll
-Version: 4.7.1.0
+Version: 4.7.2.0
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.15,
+ pandoc >= 1.14 && < 1.16,
pandoc-citeproc >= 0.4 && < 0.8,
parsec >= 3.0 && < 3.2,
process >= 1.0 && < 1.3,
@@ -241,7 +241,7 @@ Test-suite hakyll-tests
mtl >= 1 && < 2.3,
network >= 2.6 && < 2.7,
network-uri >= 2.6 && < 2.7,
- pandoc >= 1.14 && < 1.15,
+ pandoc >= 1.14 && < 1.16,
pandoc-citeproc >= 0.4 && < 0.8,
parsec >= 3.0 && < 3.2,
process >= 1.0 && < 1.3,
diff --git a/web/releases.markdown b/web/releases.markdown
index 1eb6dee..f10705c 100644
--- a/web/releases.markdown
+++ b/web/releases.markdown
@@ -4,6 +4,13 @@ title: Releases
# Releases
+## Hakyll 4.7.2.0
+
+- Improve documentation of `getResourceXXX` functions (contribution by Matthias
+ C. M. Troffaes)
+- Allow for empty templates
+- Bump pandoc dependency to 1.15
+
## Hakyll 4.7.1.0
- Drop old-time, old-locale, time-locale-compat dependencies