summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2015-02-15 19:53:49 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2015-02-15 19:53:49 +0100
commiteabfc4e3d128d6b4ac20140f3d457b1ddfa750c8 (patch)
treed1c970599629b2fdd2f59de06a7e18c5c08a8c7e
parente0c5cfe76769cd6303a7fca5373789945742f8e6 (diff)
downloadhakyll-eabfc4e3d128d6b4ac20140f3d457b1ddfa750c8.tar.gz
Version bump
-rw-r--r--hakyll.cabal14
-rw-r--r--web/releases.markdown6
2 files changed, 13 insertions, 7 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 507e0a6..63670e3 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
Name: hakyll
-Version: 4.6.4.0
+Version: 4.6.5.0
Synopsis: A static website compiler library
Description:
@@ -150,10 +150,10 @@ Library
containers >= 0.3 && < 0.6,
cryptohash >= 0.7 && < 0.12,
data-default >= 0.4 && < 0.6,
- deepseq >= 1.3 && < 1.4,
+ deepseq >= 1.3 && < 1.5,
directory >= 1.0 && < 1.3,
filepath >= 1.0 && < 1.4,
- lrucache >= 1.1.1 && < 1.2,
+ lrucache >= 1.1.1 && < 1.3,
mtl >= 1 && < 2.3,
network >= 2.6 && < 2.7,
network-uri >= 2.6 && < 2.7,
@@ -168,7 +168,7 @@ Library
regex-tdfa >= 1.1 && < 1.3,
tagsoup >= 0.13.1 && < 0.14,
text >= 0.11 && < 1.3,
- time >= 1.1 && < 1.5
+ time >= 1.1 && < 1.6
If flag(previewServer)
Build-depends:
@@ -237,10 +237,10 @@ Test-suite hakyll-tests
containers >= 0.3 && < 0.6,
cryptohash >= 0.7 && < 0.12,
data-default >= 0.4 && < 0.6,
- deepseq >= 1.3 && < 1.4,
+ deepseq >= 1.3 && < 1.5,
directory >= 1.0 && < 1.3,
filepath >= 1.0 && < 1.4,
- lrucache >= 1.1.1 && < 1.2,
+ lrucache >= 1.1.1 && < 1.3,
mtl >= 1 && < 2.3,
network >= 2.6 && < 2.7,
network-uri >= 2.6 && < 2.7,
@@ -255,7 +255,7 @@ Test-suite hakyll-tests
regex-tdfa >= 1.1 && < 1.3,
tagsoup >= 0.13.1 && < 0.14,
text >= 0.11 && < 1.3,
- time >= 1.1 && < 1.5
+ time >= 1.1 && < 1.6
If flag(previewServer)
Build-depends:
diff --git a/web/releases.markdown b/web/releases.markdown
index 2d1372b..109c4a3 100644
--- a/web/releases.markdown
+++ b/web/releases.markdown
@@ -4,6 +4,12 @@ title: Releases
# Releases
+## Hakyll 4.6.5.0
+
+- Bump dependencies
+- Fix garbled "Listening on 0.0.0.0:8000" message
+- Add `boolField` (contribution by Ferenc Wágner)
+
## Hakyll 4.6.4.0
- Fix another dependency handling bug when using snapshots