mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
305f208862
[ci skip]
20 lines
330 B
YAML
20 lines
330 B
YAML
# stack build plan using GHC 8.4.3 and recent stackage nightly
|
|
|
|
resolver: nightly-2018-06-02
|
|
|
|
packages:
|
|
- hledger-lib
|
|
- hledger
|
|
- hledger-ui
|
|
- hledger-web
|
|
- hledger-api
|
|
|
|
extra-deps:
|
|
# hledger-ui
|
|
# newer fsnotify has a different api and may be more robust
|
|
- fsnotify-0.3.0.1
|
|
|
|
nix:
|
|
pure: false
|
|
packages: [perl gmp ncurses zlib]
|