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.
26 lines
451 B
YAML
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]
|