hledger/stack-ghc8.2.yaml
Simon Michael 08f8be3cb4 make older ghcs mostly work with new base-compat (#794)
Using the same base-compat version across all ghc versions is kind of
the point of base-compat; now we can rely on whatever base-compat
0.10.1 provides.

hledger-api has been commented with ghc 7.10, way too much hassle.
2018-06-04 17:32:39 -07:00

26 lines
451 B
YAML

# stack build plan using GHC 8.2.2
resolver: lts-11.11
packages:
- hledger-lib
- hledger
- hledger-ui
- hledger-web
- hledger-api
extra-deps:
- easytest-0.2
# use the latest base-compat with all ghc versions
- aeson-1.3.1.1
- base-compat-0.10.1
- base-compat-batteries-0.10.1
- criterion-1.4.1.0
- swagger2-2.2.2
# avoid https://github.com/simonmichael/hledger/issues/791
- directory-1.3.2.2
nix:
pure: false
packages: [perl gmp ncurses zlib]