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:
parent
5945c3c44f
commit
8e92cbfa4e
@ -6,7 +6,9 @@ resolver: lts-6.35
|
|||||||
packages:
|
packages:
|
||||||
- hledger-lib
|
- hledger-lib
|
||||||
- hledger
|
- 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-web
|
||||||
#- hledger-api
|
#- hledger-api
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user