summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2016-12-01 15:35:41 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2016-12-01 15:35:41 +0100
commitead4d71cdcfbfeb636d9e4bfb66d0ef366f7263f (patch)
treec9764f6a60f4070b1487c8be39978ffd30a5f002
parent0382eee8c86fe31082b9ecd44c40170d2f910cd5 (diff)
downloadhakyll-ead4d71cdcfbfeb636d9e4bfb66d0ef366f7263f.tar.gz
Bump pandoc dependency to 1.19
-rw-r--r--hakyll.cabal6
-rw-r--r--web/releases.markdown5
2 files changed, 8 insertions, 3 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 595f95a..440fb69 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
Name: hakyll
-Version: 4.9.1.0
+Version: 4.9.2.0
Synopsis: A static website compiler library
Description:
@@ -164,7 +164,7 @@ Library
mtl >= 1 && < 2.3,
network >= 2.6 && < 2.7,
network-uri >= 2.6 && < 2.7,
- pandoc >= 1.14 && < 1.19,
+ pandoc >= 1.14 && < 1.20,
pandoc-citeproc >= 0.4 && < 0.11,
parsec >= 3.0 && < 3.2,
process >= 1.0 && < 1.5,
@@ -257,7 +257,7 @@ Test-suite hakyll-tests
mtl >= 1 && < 2.3,
network >= 2.6 && < 2.7,
network-uri >= 2.6 && < 2.7,
- pandoc >= 1.14 && < 1.19,
+ pandoc >= 1.14 && < 1.20,
pandoc-citeproc >= 0.4 && < 0.11,
parsec >= 3.0 && < 3.2,
process >= 1.0 && < 1.5,
diff --git a/web/releases.markdown b/web/releases.markdown
index dc19b11..599524b 100644
--- a/web/releases.markdown
+++ b/web/releases.markdown
@@ -4,6 +4,11 @@ title: Releases
# Releases
+## Hakyll 4.9.2.0
+
+- Fix integer fields in YAML metadata (Fix by Nikolaos S. Papaspyrou)
+- Bump pandoc dependency to 1.19
+
## Hakyll 4.9.1.0
- Allow optparse-applicative 0.13, QuickCheck 2.9, and pandoc 1.18