hledger/stack.yaml
Simon Michael 9439d1a611 require stackage nightly, for newer pandoc/swagger
Move to a newer stackage snapshot. This helps ensure a new-enough pandoc
will more be available for doc building without needing extra
compilation. Also we get to use the latest swagger and servant-swagger
for hledger-api, but we have to go to stackage nightly. With luck there
will be a lts 6 before next hledger release.
2016-04-05 16:17:08 -07:00

22 lines
363 B
YAML

# docs: https://github.com/commercialhaskell/stack/blob/release/doc/yaml_configuration.md
packages:
- hledger-lib
- hledger
- hledger-ui
- hledger-web
- hledger-api
#flags:
# this or a newer snapshot is suggested
#resolver: lts-5.11
# hledger-api/servant/aeson requires > lts-5
resolver: nightly-2016-04-01
#extra-deps:
# ghc-options:
# rtsopts:
# all