summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2015-09-28 11:54:33 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2015-09-28 11:54:33 +0200
commit6b1f3e563b64517780187a1a3d426cb62a1dcc46 (patch)
tree1fd960a3ff6ab886ac3f0c487203f57c37e6b41c
parentd1418d04588449560fbc4efc2ea249823ac95e01 (diff)
downloadhakyll-6b1f3e563b64517780187a1a3d426cb62a1dcc46.tar.gz
Bump HUnit dependency, version bump
-rw-r--r--hakyll.cabal4
-rw-r--r--web/releases.markdown7
2 files changed, 9 insertions, 2 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 8f95193..cb746dd 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
Name: hakyll
-Version: 4.7.2.3
+Version: 4.7.3.0
Synopsis: A static website compiler library
Description:
@@ -220,7 +220,7 @@ Test-suite hakyll-tests
TestSuite.Util
Build-Depends:
- HUnit >= 1.2 && < 1.3,
+ HUnit >= 1.2 && < 1.4,
QuickCheck >= 2.4 && < 2.9,
test-framework >= 0.4 && < 0.9,
test-framework-hunit >= 0.3 && < 0.4,
diff --git a/web/releases.markdown b/web/releases.markdown
index d21db82..8da8911 100644
--- a/web/releases.markdown
+++ b/web/releases.markdown
@@ -4,6 +4,13 @@ title: Releases
# Releases
+## Hakyll 4.7.3.0
+
+- Bump HUnit dependency to 1.3
+- Add `poster` as an URL attribute (contribution by vtduncan)
+- Prevent `hakyll-init` from generating directories with leading hyphen
+ (contribution by Javran Cheng)
+
## Hakyll 4.7.2.3
- Fix time dependency in tests