24 lines
431 B
YAML
24 lines
431 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
|
|
# XXX may need to enable these when building Shake.hs.
|
|
# They probably shouldn't be here, and are causing headaches, so commented for now.
|
|
- pandoc-2.1.1
|
|
- http-types-0.11
|
|
- skylighting-0.5.1
|
|
- haddock-library-1.4.5
|
|
|
|
nix:
|
|
pure: false
|
|
packages: [perl gmp ncurses zlib]
|