summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-09-22 21:53:01 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-09-22 21:53:01 -0400
commite454e5abd332cc3e0307d935e3643e140d65384a (patch)
tree1d3701720dbb897e46e95464071ddb91f46342e8
parent27d6db5cd2def1e3a1733d5c12ef9bc490c25c13 (diff)
explicit cryptohash dep
-rw-r--r--debian/control1
-rw-r--r--doc/install/fromscratch.mdwn1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index fc7e3d608..911974604 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends:
libghc-hslogger-dev,
libghc-pcre-light-dev,
libghc-sha-dev,
+ libghc-cryptohash-dev,
libghc-regex-tdfa-dev [!mips !mipsel !s390],
libghc-dataenc-dev,
libghc-utf8-string-dev,
diff --git a/doc/install/fromscratch.mdwn b/doc/install/fromscratch.mdwn
index 64e2fa84e..7694733c7 100644
--- a/doc/install/fromscratch.mdwn
+++ b/doc/install/fromscratch.mdwn
@@ -7,6 +7,7 @@ quite a lot.
* [MissingH](http://github.com/jgoerzen/missingh/wiki)
* [utf8-string](http://hackage.haskell.org/package/utf8-string)
* [SHA](http://hackage.haskell.org/package/SHA)
+ * [cryptohash](http://hackage.haskell.org/package/cryptohash)
* [dataenc](http://hackage.haskell.org/package/dataenc)
* [monad-control](http://hackage.haskell.org/package/monad-control)
* [QuickCheck 2](http://hackage.haskell.org/package/QuickCheck)