Bump http-types dependency and version

This commit is contained in:
Jasper Van der Jeugt 2015-12-19 14:47:33 +01:00
parent 45db615524
commit 1a09475e96
2 changed files with 9 additions and 3 deletions

View file

@ -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

View file

@ -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`