summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2015-12-19 14:47:33 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2015-12-19 14:47:33 +0100
commit1a09475e9681e366164ce006ce45ffcdcf39fbb2 (patch)
treebfb3abffc6fa64326053600f359a9b633a02f4e4
parent45db6155242e9482cc28f5edf1fb2cc3930d73a1 (diff)
downloadhakyll-1a09475e9681e366164ce006ce45ffcdcf39fbb2.tar.gz
Bump http-types dependency and version
-rw-r--r--hakyll.cabal6
-rw-r--r--web/releases.markdown6
2 files changed, 9 insertions, 3 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 783d975..ed53809 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
Name: hakyll
-Version: 4.7.4.0
+Version: 4.7.5.0
Synopsis: A static website compiler library
Description:
@@ -192,7 +192,7 @@ Library
If flag(checkExternal)
Build-depends:
http-conduit >= 2.1 && < 2.2,
- http-types >= 0.7 && < 0.9
+ http-types >= 0.7 && < 0.10
Cpp-options:
-DCHECK_EXTERNAL
@@ -278,7 +278,7 @@ Test-suite hakyll-tests
If flag(checkExternal)
Build-depends:
http-conduit >= 2.1 && < 2.2,
- http-types >= 0.7 && < 0.9
+ http-types >= 0.7 && < 0.10
Cpp-options:
-DCHECK_EXTERNAL
diff --git a/web/releases.markdown b/web/releases.markdown
index 3e23afa..7f7b14b 100644
--- a/web/releases.markdown
+++ b/web/releases.markdown
@@ -4,6 +4,12 @@ title: Releases
# Releases
+## Hakyll 4.7.5.0
+
+- Expose templating engine
+- Fix bug in feed context precedence (contribution by Yuriy Syrovetskiy)
+- Bump http-types dependency to 0.9
+
## Hakyll 4.7.4.0
- Expose `getItemModificationTime`