stack: the ghc 7.10 stack file no longer builds hledger-ui

Something I can't figure out has gone wrong with the install plan,
relating to config-ini.
This commit is contained in:
Simon Michael 2018-10-24 09:46:42 -07:00
parent 5945c3c44f
commit 8e92cbfa4e

View File

@ -6,7 +6,9 @@ resolver: lts-6.35
packages:
- hledger-lib
- hledger
- hledger-ui
# 20181024: hledger-ui plan has stopped working due to some change related to config-ini
# (we need megaparsec 7, only config-ini's 0.2.3.0 version allows that, but it requires a newer base/GHC).
#- hledger-ui
- hledger-web
#- hledger-api