summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vershilov <alexander.vershilov@gmail.com>2013-04-06 12:32:11 +0400
committerAlexander Vershilov <alexander.vershilov@gmail.com>2013-04-08 08:48:40 +0400
commite5b5440390b1e385eb91bb8d506247ef270b21f8 (patch)
tree43c9baaaff4030d24a7e4d0dafdc7bedd25e2a21
parentcf9838150801dc71d68cd3a4ca0631946d749256 (diff)
downloadhakyll-e5b5440390b1e385eb91bb8d506247ef270b21f8.tar.gz
cryptohash dependency loosened
-rw-r--r--hakyll.cabal2
1 files changed, 1 insertions, 1 deletions
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,