mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-10 14:16:41 +03:00
35 lines
643 B
YAML
35 lines
643 B
YAML
# stack config for building with GHC 8, tested 2016/5/27
|
|
# https://ghc.haskell.org/trac/ghc/wiki/Migration/8.0
|
|
# $ stack --stack-yaml stack-ghc8.yaml install
|
|
|
|
# cf https://github.com/commercialhaskell/stack/wiki/stack.yaml
|
|
|
|
resolver: nightly-2016-05-27
|
|
|
|
packages:
|
|
- hledger-lib
|
|
- hledger
|
|
- hledger-ui
|
|
- hledger-web
|
|
|
|
flags:
|
|
|
|
extra-deps:
|
|
- Decimal-0.4.2
|
|
- control-monad-free-0.6.1
|
|
- csv-0.1.2
|
|
- html-1.0.1.2
|
|
- json-0.9.1
|
|
- tabular-0.2.2.7
|
|
- timeit-1.0.0.0
|
|
- uglymemo-0.1.0.1
|
|
- wai-handler-launch-3.0.2.1
|
|
- wizards-1.0.2
|
|
|
|
# ghc-options:
|
|
# # All packages
|
|
# "*": -Wall -auto-all
|
|
# rebuild-ghc-options: true
|
|
# apply-ghc-options: everything
|
|
|