fix ghc7 stack config, update ghc8 stack config

This commit is contained in:
Simon Michael 2016-11-02 07:06:34 -07:00
parent 3a37390ef1
commit 8ca03f0a49
2 changed files with 4 additions and 3 deletions

View File

@ -11,6 +11,7 @@ packages:
- hledger-api - hledger-api
extra-deps: extra-deps:
- brick-0.12 - brick-0.13
- text-zipper-0.8.1 - text-zipper-0.8.1
- vty-5.11.3
- megaparsec-5.1.2 - megaparsec-5.1.2

View File

@ -1,7 +1,7 @@
# Last-tested stack build plan using GHC 8.0. # Last-tested stack build plan using GHC 8.0.
# Older/newer snapshots in this series will likely work also. # Older/newer snapshots in this series will likely work also.
resolver: lts-7.5 resolver: lts-7.7
packages: packages:
- hledger-lib - hledger-lib
@ -12,7 +12,7 @@ packages:
extra-deps: extra-deps:
# for hledger-ui: # for hledger-ui:
- brick-0.12 - brick-0.13
- text-zipper-0.8.1 - text-zipper-0.8.1
- vty-5.11.3 - vty-5.11.3
# for hledger-web: # for hledger-web: