tools: tweak cabal-install.sh based on recent feedback

This commit is contained in:
Simon Michael 2017-03-22 14:18:44 +00:00
parent a4a3039fe9
commit 70658522de

View File

@ -12,6 +12,9 @@ cabal sandbox init
#cabal sandbox add-source ./hledger-web
#cabal sandbox add-source ./hledger-api
# Traditional pre-ceremony to propitiate the install gods
cabal install alex happy
# Build and install to ./cabal-sandbox-bin (or ~/.cabal/bin without a sandbox)
cabal install \
./hledger-lib \