From 8e92cbfa4ea057242afb5de9316ea1d1e957e18b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 24 Oct 2018 09:46:42 -0700 Subject: [PATCH] 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. --- stack-ghc7.10.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stack-ghc7.10.yaml b/stack-ghc7.10.yaml index 2b6e51fc8..dd99dc46f 100644 --- a/stack-ghc7.10.yaml +++ b/stack-ghc7.10.yaml @@ -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