tools: add a shebang line to cabal script

This commit is contained in:
Simon Michael 2016-06-29 15:09:33 -07:00
parent 991204d59a
commit 2054f58f6a

View File

@ -1,10 +1,11 @@
#!/usr/bin/env bash
# Run this script to install all hledger packages using cabal
# (if you prefer using cabal to stack)
# use a sandbox in this directory to avoid build problems
# make a sandbox in this directory to avoid build problems
cabal sandbox init
# maybe useful for some developers..
# might be useful for some developers..
cabal sandbox add-source ./hledger-lib
cabal sandbox add-source ./hledger
cabal sandbox add-source ./hledger-ui