mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
36 lines
734 B
YAML
36 lines
734 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
|
|
- cassava-megaparsec-2.0.0
|
|
- config-ini-0.2.3.0
|
|
- criterion-1.4.1.0
|
|
- doctest-0.16.0
|
|
- megaparsec-7.0.1
|
|
- parser-combinators-1.0.0
|
|
- swagger2-2.2.2
|
|
# avoid no hashable instance for AccountName from doctests
|
|
- hashtables-1.2.3.1
|
|
# avoid https://github.com/simonmichael/hledger/issues/791
|
|
- directory-1.3.2.2
|
|
# 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]
|