mirror of
https://github.com/simonmichael/hledger.git
synced 2025-01-07 11:19:32 +03:00
20 lines
324 B
YAML
20 lines
324 B
YAML
# stack build plan using GHC 8.2.2
|
|
|
|
resolver: lts-11.9
|
|
|
|
packages:
|
|
- hledger-lib
|
|
- hledger
|
|
- hledger-ui
|
|
- hledger-web
|
|
- hledger-api
|
|
|
|
extra-deps:
|
|
- easytest-0.2
|
|
# avoid hanging with windows symlinks https://github.com/simonmichael/hledger/issues/791
|
|
- directory-1.3.2.2
|
|
|
|
nix:
|
|
pure: false
|
|
packages: [perl gmp ncurses zlib]
|