summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`.