Add missing build dep on dataenc.

This commit is contained in:
Joey Hess 2011-04-17 14:41:24 -04:00
parent 7aa668f4b4
commit a91a51fc03
3 changed files with 4 additions and 0 deletions

View file

@ -14,6 +14,7 @@ To build and use git-annex, you will need:
* 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>
* 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>
* hS3 <http://hackage.haskell.org/package/hS3> (optional, but recommended)