add json to build scripts
This commit is contained in:
parent
92f490383a
commit
ca4eb842a4
3 changed files with 4 additions and 0 deletions
|
@ -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]]
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue