mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-09 21:22:26 +03:00
7b68b2b89a
0.4.7 is in lts and nightly stackage now, and has more windows fixes. [ci skip]
39 lines
820 B
YAML
39 lines
820 B
YAML
# stack build plan using GHC 8.6.5
|
|
|
|
resolver: lts-13.27
|
|
#resolver: nightly-2019-07-07
|
|
|
|
packages:
|
|
- hledger-lib
|
|
- hledger
|
|
- hledger-ui
|
|
- hledger-web
|
|
- hledger-api
|
|
|
|
nix:
|
|
pure: false
|
|
packages: [perl gmp ncurses zlib]
|
|
|
|
# allow-newer: true
|
|
|
|
extra-deps:
|
|
# hledger-lib:
|
|
# hledger:
|
|
# hledger-ui:
|
|
- brick-0.47
|
|
- text-zipper-0.10.1
|
|
- config-ini-0.2.4.0
|
|
- data-clist-0.1.2.2
|
|
- word-wrap-0.4.1
|
|
# hledger-web:
|
|
# hledger-api:
|
|
|
|
# Workaround for https://github.com/commercialhaskell/stack/issues/3922
|
|
# Try dropping this.. after stack 2 has been out a while ? Or now ? How about now ?
|
|
#- haskell-src-exts-1.21.0
|
|
|
|
# Use at least 0.46 to work around https://github.com/simonmichael/hledger/issues/1039
|
|
# (hledger-web build failure with GHC 8.6 on Windows 7)
|
|
# Might also be fixed by using GHC 8.6.5+, mixed reports
|
|
#- unix-time-0.4.6
|