From 1d67ba5b632897d977f372e60949c5dff075043c Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Mon, 16 Sep 2013 23:34:58 -0400 Subject: Build with cryptohash 0.10. --- hakyll.cabal | 4 ++-- 1 file 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, -- cgit v1.2.3