diff options
-rw-r--r-- | hakyll.cabal | 4 |
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, |