summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2013-09-16 23:34:58 -0400
committerClint Adams <clint@debian.org>2013-09-16 23:34:58 -0400
commit1d67ba5b632897d977f372e60949c5dff075043c (patch)
treecc9cbd56ba471352ba3594ee6780c77cdb88b186
parente9ec407ba9c3f12372f880b8cc28b69c754a2816 (diff)
downloadhakyll-1d67ba5b632897d977f372e60949c5dff075043c.tar.gz
Build with cryptohash 0.10.
-rw-r--r--hakyll.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 0e570a7..4536eab 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -149,7 +149,7 @@ Library
citeproc-hs >= 0.3.2 && < 0.4,
cmdargs >= 0.10 && < 0.11,
containers >= 0.3 && < 0.6,
- cryptohash >= 0.7 && < 0.10,
+ cryptohash >= 0.7 && < 0.11,
data-default >= 0.4 && < 0.6,
deepseq >= 1.3 && < 1.4,
directory >= 1.0 && < 1.3,
@@ -235,7 +235,7 @@ Test-suite hakyll-tests
citeproc-hs >= 0.3.2 && < 0.4,
cmdargs >= 0.10 && < 0.11,
containers >= 0.3 && < 0.6,
- cryptohash >= 0.7 && < 0.10,
+ cryptohash >= 0.7 && < 0.11,
data-default >= 0.4 && < 0.6,
deepseq >= 1.3 && < 1.4,
directory >= 1.0 && < 1.3,