summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2013-10-18 13:28:14 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2013-10-18 13:28:14 +0200
commitc1d963107f0c68309c2cf483fa74b2e06694c4fb (patch)
tree17696fe2b5db4d6e747ebd95c839a471e730a9c8
parent7edbcd6216c6d95748d7c4718cf13a348427b1e8 (diff)
downloadhakyll-c1d963107f0c68309c2cf483fa74b2e06694c4fb.tar.gz
Bump cryptohash dependency
-rw-r--r--hakyll.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index b014f23..dd9824a 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
Name: hakyll
-Version: 4.4.1.0
+Version: 4.4.1.1
Synopsis: A static website compiler library
Description:
@@ -148,7 +148,7 @@ Library
bytestring >= 0.9 && < 0.11,
cmdargs >= 0.10 && < 0.11,
containers >= 0.3 && < 0.6,
- cryptohash >= 0.7 && < 0.11,
+ cryptohash >= 0.7 && < 0.12,
data-default >= 0.4 && < 0.6,
deepseq >= 1.3 && < 1.4,
directory >= 1.0 && < 1.3,
@@ -234,7 +234,7 @@ Test-suite hakyll-tests
bytestring >= 0.9 && < 0.11,
cmdargs >= 0.10 && < 0.11,
containers >= 0.3 && < 0.6,
- cryptohash >= 0.7 && < 0.11,
+ cryptohash >= 0.7 && < 0.12,
data-default >= 0.4 && < 0.6,
deepseq >= 1.3 && < 1.4,
directory >= 1.0 && < 1.3,