hledger/stack-ghc8.yaml
2016-06-29 14:40:26 -07:00

37 lines
668 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-06-17
packages:
- hledger-lib
- hledger
- hledger-ui
- hledger-web
flags:
extra-deps:
# hledger
- control-monad-free-0.6.1
- tabular-0.2.2.7
- wizards-1.0.2
# hledger --bench
- timeit-1.0.0.0
# hledger-ui
- brick-0.6.4
- text-zipper-0.4
# hledger-web
- json-0.9.1
- wai-handler-launch-3.0.2.1
# ghc-options:
# # All packages
# "*": -Wall -auto-all
# rebuild-ghc-options: true
# apply-ghc-options: everything