mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
18 lines
284 B
YAML
18 lines
284 B
YAML
# stack build plan using GHC 8.0.2
|
|
|
|
resolver: lts-9.21
|
|
|
|
packages:
|
|
- hledger-lib
|
|
- hledger
|
|
- hledger-ui
|
|
- hledger-web
|
|
- hledger-api
|
|
|
|
extra-deps:
|
|
- easytest-0.2
|
|
- megaparsec-6.4.1
|
|
- parser-combinators-0.4.0
|
|
# use newer directory to avoid windows/symlink/hang issue
|
|
- directory-1.3.2.2
|