summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2011-08-27 12:16:03 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2011-08-27 12:16:03 +0200
commitde01fdf9dd0144adbdcce8759e98c50e61e6055d (patch)
treed239d87162f1e6a9fb4f17a3a82efdf1f04c91ba /hakyll.cabal
parent903dda08ea9a366b12ddc3f68e51cd569eeb39ea (diff)
downloadhakyll-de01fdf9dd0144adbdcce8759e98c50e61e6055d.tar.gz
Use cryptohash instead of hopenssl
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal2
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,