summaryrefslogtreecommitdiff
path: root/doc/install.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-04-21 16:37:14 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-04-21 16:37:14 -0400
commit892593c5efacbc084d19af4b5d7164ededaea7ff (patch)
tree20c1763ad5ca69b89c4a8977d6a45c98dc64b217 /doc/install.mdwn
parent66d951c3fd1a2aa19543d4148be8de734f54fd5c (diff)
Use haskell Crypto library instead of haskell SHA library.a
Since hS3 needs Crypto anyway, this actually reduces dependencies.
Diffstat (limited to 'doc/install.mdwn')
-rw-r--r--doc/install.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn
index 3d15eac60..a6b86891d 100644
--- a/doc/install.mdwn
+++ b/doc/install.mdwn
@@ -13,7 +13,7 @@ To build and use git-annex, you will need:
* MissingH: <http://github.com/jgoerzen/missingh/wiki>
* pcre-light: <http://hackage.haskell.org/package/pcre-light>
* utf8-string: <http://hackage.haskell.org/package/utf8-string>
-* SHA: <http://hackage.haskell.org/package/SHA>
+* crypto: <http://hackage.haskell.org/package/Crypto>
* dataenc: <http://hackage.haskell.org/package/dataenc>
* TestPack <http://hackage.haskell.org/cgi-bin/hackage-scripts/package/testpack>
* QuickCheck 2 <http://hackage.haskell.org/package/QuickCheck>