From 7b8631786dcc885fbc2db706f8a3a9a278a2df07 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 17 Jun 2016 11:25:57 -0700 Subject: [PATCH 1/2] re-enable hledger packages As best I can figure out, stackage will build these successfully in GHC8 nightlies now. --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8826dd8f..8b84dc50 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -640,10 +640,10 @@ packages: "Simon Michael @simonmichael": - regex-compat-tdfa # GHC 8 - darcs - # GHC 8 - hledger - # GHC 8 - hledger-lib - # GHC 8 - hledger-ui - # GHC 8 - hledger-web + - hledger + - hledger-lib + - hledger-ui + - hledger-web # GHC 8 - shelltestrunner "Mihai Maruseac ": From 54d9a31971f0221136e0d7570d291dfadf611d5d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 17 Jun 2016 11:49:54 -0700 Subject: [PATCH 2/2] hledger-ui/web aren't ready yet --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8b84dc50..d8a43939 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -642,8 +642,8 @@ packages: # GHC 8 - darcs - hledger - hledger-lib - - hledger-ui - - hledger-web + # - hledger-ui + # - hledger-web # GHC 8 - shelltestrunner "Mihai Maruseac ":