summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2013-04-08 09:43:22 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2013-04-08 09:43:22 +0200
commit16b5340860b928a436305e764ce0f0e8a54168bd (patch)
treef5c52ff1b54fcbff452901720e539af2acc3dddc
parent4ff3afd7b4de1a6ab6a0a4c72e5854d4fe43ee38 (diff)
downloadhakyll-16b5340860b928a436305e764ce0f0e8a54168bd.tar.gz
Bump cryptohash test dependency as well
See #132
-rw-r--r--hakyll.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 300f83b..a4a2813 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -218,7 +218,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.9,
+ cryptohash >= 0.7 && < 0.10,
data-default >= 0.4 && < 0.6,
deepseq >= 1.3 && < 1.4,
directory >= 1.0 && < 1.3,