summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2013-09-17 00:09:00 -0700
committerJasper Van der Jeugt <jaspervdj@gmail.com>2013-09-17 00:09:00 -0700
commit36f9a9cfeb9b408cb595d9652e0af8fa30551c75 (patch)
treecddfeb7238979e7c18db958e1a91645695dca08a
parent160e7501d624b33ddd4c1a779bc17eb4a4f78f77 (diff)
parent1d67ba5b632897d977f372e60949c5dff075043c (diff)
downloadhakyll-36f9a9cfeb9b408cb595d9652e0af8fa30551c75.tar.gz
Merge pull request #181 from clinty/cryptohash0.10
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 8cef42f..9cc627a 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,