diff options
| author | Jasper Van der Jeugt <m@jaspervdj.be> | 2013-10-18 13:28:14 +0200 |
|---|---|---|
| committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2013-10-18 13:28:14 +0200 |
| commit | c1d963107f0c68309c2cf483fa74b2e06694c4fb (patch) | |
| tree | 17696fe2b5db4d6e747ebd95c839a471e730a9c8 | |
| parent | 7edbcd6216c6d95748d7c4718cf13a348427b1e8 (diff) | |
| download | hakyll-c1d963107f0c68309c2cf483fa74b2e06694c4fb.tar.gz | |
Bump cryptohash dependency
| -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, |
