diff options
-rw-r--r-- | hakyll.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index b014f23..dd9824a 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 4.4.1.0 +Version: 4.4.1.1 Synopsis: A static website compiler library Description: @@ -148,7 +148,7 @@ Library bytestring >= 0.9 && < 0.11, cmdargs >= 0.10 && < 0.11, containers >= 0.3 && < 0.6, - cryptohash >= 0.7 && < 0.11, + cryptohash >= 0.7 && < 0.12, data-default >= 0.4 && < 0.6, deepseq >= 1.3 && < 1.4, directory >= 1.0 && < 1.3, @@ -234,7 +234,7 @@ Test-suite hakyll-tests bytestring >= 0.9 && < 0.11, cmdargs >= 0.10 && < 0.11, containers >= 0.3 && < 0.6, - cryptohash >= 0.7 && < 0.11, + cryptohash >= 0.7 && < 0.12, data-default >= 0.4 && < 0.6, deepseq >= 1.3 && < 1.4, directory >= 1.0 && < 1.3, |