summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2014-09-09 16:27:37 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2014-09-09 16:28:17 +0200
commit06aa7c4d2e7459b98b841e84b14422bec4208550 (patch)
treef76ce342080234f1d5080a578c0ac7581df94e82
parent5bffd7192ae716154ac42b5af947242808093785 (diff)
downloadhakyll-06aa7c4d2e7459b98b841e84b14422bec4208550.tar.gz
Version bump (4.5.5.0)
-rw-r--r--hakyll.cabal4
-rw-r--r--web/releases.markdown5
2 files changed, 7 insertions, 2 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index d69b185..648b42e 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
Name: hakyll
-Version: 4.5.4.0
+Version: 4.5.5.0
Synopsis: A static website compiler library
Description:
@@ -156,7 +156,7 @@ Library
lrucache >= 1.1.1 && < 1.2,
mtl >= 1 && < 2.3,
network >= 2.6 && < 2.7,
- network-uri >= 2.6 && < 2.7,
+ network-uri >= 2.6 && < 2.7,
old-locale >= 1.0 && < 1.1,
old-time >= 1.0 && < 1.2,
pandoc >= 1.12.4 && < 1.14,
diff --git a/web/releases.markdown b/web/releases.markdown
index 376bf8a..ab8bf9e 100644
--- a/web/releases.markdown
+++ b/web/releases.markdown
@@ -4,6 +4,11 @@ title: Releases
# Releases
+## Hakyll 4.5.5.0
+
+- Fix Binary instances for `pandoc` and `pandoc-citeproc`
+- Fix `network-uri` dependency issue
+
## Hakyll 4.5.4.0
- Fix issue with HTML entities when running `withUrls` and `demoteHeaders`.