hledger/stack8.4.yaml
2020-03-30 15:35:53 -07:00

31 lines
569 B
YAML

# stack build plan using GHC 8.4.3
nix:
pure: false
packages: [perl gmp ncurses zlib]
# stack seems to enable this by default now, basically disabling bounds checks. Force it off.
#allow-newer: false
resolver: lts-12.26
packages:
- hledger-lib
- hledger
- hledger-ui
- hledger-web
extra-deps:
- cassava-megaparsec-2.0.0
- config-ini-0.2.3.0
- doctest-0.16.3
- megaparsec-7.0.2
- tasty-1.2.3
- tasty-hunit-0.10.0.2
- ansi-terminal-0.10.2
- ansi-wl-pprint-0.6.9
- wai-handler-launch-3.0.3.1
- streaming-commons-0.2.1.2
- network-2.7.0.0
- math-functions-0.3.3.0