diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-03 12:33:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-03 12:33:38 -0400 |
commit | 94b766a439a85b5e16318b94d739ef4eaea3153b (patch) | |
tree | e6b4f3f9d6731597776d79e8c157f20dfab44db0 /doc | |
parent | 9a7b0fa5cc16994509cf7482df68a07319dd6937 (diff) |
allow building w/o cryptohash
Mostly for the debian stable autobuilds, which have a too old version
to use the Crypto.Hash module.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/fromscratch.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/fromscratch.mdwn b/doc/install/fromscratch.mdwn index 7694733c7..c85de7ef0 100644 --- a/doc/install/fromscratch.mdwn +++ b/doc/install/fromscratch.mdwn @@ -7,7 +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) + * [cryptohash](http://hackage.haskell.org/package/cryptohash) (optional but recommended) * [dataenc](http://hackage.haskell.org/package/dataenc) * [monad-control](http://hackage.haskell.org/package/monad-control) * [QuickCheck 2](http://hackage.haskell.org/package/QuickCheck) |