From e5b5440390b1e385eb91bb8d506247ef270b21f8 Mon Sep 17 00:00:00 2001 From: Alexander Vershilov Date: Sat, 6 Apr 2013 12:32:11 +0400 Subject: [PATCH] cryptohash dependency loosened --- hakyll.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hakyll.cabal b/hakyll.cabal index 51751fd..300f83b 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -142,7 +142,7 @@ Library bytestring >= 0.9 && < 0.11, citeproc-hs >= 0.3.2 && < 0.4, containers >= 0.3 && < 0.6, - cryptohash >= 0.7 && < 0.9, + cryptohash >= 0.7 && < 0.10, data-default >= 0.4 && < 0.6, deepseq >= 1.3 && < 1.4, directory >= 1.0 && < 1.3,