add json to build scripts

This commit is contained in:
Joey Hess 2011-09-06 14:36:21 -04:00
parent 92f490383a
commit ca4eb842a4
3 changed files with 4 additions and 0 deletions

View file

@ -7,3 +7,5 @@ Utility/JSONStream.hs:14:8:
Could not find module `Text.JSON':
Use -v to see a list of the files searched for.
make: *** [git-annex] Error 1
> Updated the instructions. [[done]] --[[Joey]]

View file

@ -11,6 +11,7 @@ sudo cabal install SHA
sudo cabal install dataenc
sudo cabal install monad-control
sudo cabal install HTTP
sudo cabal install json
sudo cabal install hS3
git clone git://git-annex.branchable.com/

View file

@ -13,6 +13,7 @@ sudo cabal install SHA
sudo cabal install dataenc
sudo cabal install monad-control
sudo cabal install HTTP
sudo cabal install json
sudo cabal install hS3 # optional
# optional: this will enable the gnu tools, (to give sha224sum etc..., it does not override the BSD userland)