diff options
Diffstat (limited to 'hakyll.cabal')
-rw-r--r-- | hakyll.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index 9b0c245..52ef48f 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -64,10 +64,10 @@ Library blaze-html >= 0.4 && < 0.6, bytestring >= 0.9 && < 1.0, containers >= 0.3 && < 1.0, + cryptohash >= 0.7 && < 0.8, directory >= 1.0 && < 1.3, filepath >= 1.0 && < 2.0, hamlet >= 0.7 && < 0.9, - hopenssl >= 1.4 && < 1.7, mtl >= 1 && < 3.0, old-locale >= 1.0 && < 2.0, old-time >= 1.0 && < 1.3, |