diff options
-rw-r--r-- | hakyll.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index 09e96bc..4191a2a 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -92,7 +92,7 @@ Library bytestring >= 0.9 && < 0.11, citeproc-hs >= 0.3.2 && < 0.4, containers >= 0.3 && < 0.6, - cryptohash >= 0.7 && < 0.8, + cryptohash >= 0.7 && < 0.9, deepseq >= 1.3 && < 1.4, directory >= 1.0 && < 1.3, filepath >= 1.0 && < 1.4, @@ -197,7 +197,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.8, + cryptohash >= 0.7 && < 0.9, deepseq >= 1.3 && < 1.4, directory >= 1.0 && < 1.3, filepath >= 1.0 && < 1.4, |