summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2013-01-06 08:45:37 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2013-01-06 08:45:37 +0100
commit603d00fd566dac5869129a4f831b3ed9ee112afc (patch)
tree5365d36d0e4641817c2293c607efe381fcdb3a88
parent451f72910743b6a253ab376f0ad77108bdb732ef (diff)
downloadhakyll-603d00fd566dac5869129a4f831b3ed9ee112afc.tar.gz
Bump cryptohash dependency
-rw-r--r--hakyll.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 09e96bc..4191a2a 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -92,7 +92,7 @@ Library
bytestring >= 0.9 && < 0.11,
citeproc-hs >= 0.3.2 && < 0.4,
containers >= 0.3 && < 0.6,
- cryptohash >= 0.7 && < 0.8,
+ cryptohash >= 0.7 && < 0.9,
deepseq >= 1.3 && < 1.4,
directory >= 1.0 && < 1.3,
filepath >= 1.0 && < 1.4,
@@ -197,7 +197,7 @@ Test-suite hakyll-tests
bytestring >= 0.9 && < 0.11,
citeproc-hs >= 0.3.2 && < 0.4,
containers >= 0.3 && < 0.6,
- cryptohash >= 0.7 && < 0.8,
+ cryptohash >= 0.7 && < 0.9,
deepseq >= 1.3 && < 1.4,
directory >= 1.0 && < 1.3,
filepath >= 1.0 && < 1.4,