diff options
author | Joey Hess <joey@kitenet.net> | 2013-09-22 21:53:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-09-22 21:53:01 -0400 |
commit | e454e5abd332cc3e0307d935e3643e140d65384a (patch) | |
tree | 1d3701720dbb897e46e95464071ddb91f46342e8 /doc | |
parent | 27d6db5cd2def1e3a1733d5c12ef9bc490c25c13 (diff) |
explicit cryptohash dep
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/fromscratch.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
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) |