mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
9 lines
173 B
Bash
Executable File
9 lines
173 B
Bash
Executable File
cd hledger
|
|
cabal sandbox init
|
|
cabal sandbox add-source ../hledger-lib
|
|
cabal sandbox add-source ../hledger-web
|
|
|
|
cabal install --dependencies-only
|
|
cabal configure
|
|
cabal build
|