From 40c08d1051dc76571c5e01a0010ad62b55a9aabd Mon Sep 17 00:00:00 2001 From: Fernando Freire Date: Fri, 4 Jan 2019 13:19:38 -0800 Subject: [PATCH 1/2] Add git-config and hal http://hackage.haskell.org/package/git-config http://hackage.haskell.org/package/hal We don't have a public e-mail for the `nikeoss` maintainer, so using mine. --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e7a52fa2..b9a4bd4f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,6 +8,10 @@ cabal-format-version: "2.2" # Constraints for brand new builds packages: + "Fernando Freire @dogonthehorizon": + - hal + - git-config + "Daniel Taskoff @leohaskell": - skip-var From 7a599481beb16873f6ffcf37e68f7f58a91012f2 Mon Sep 17 00:00:00 2001 From: Fernando Freire Date: Fri, 4 Jan 2019 13:49:44 -0800 Subject: [PATCH 2/2] Remove git-config It's missing some deps in Stackage that I don't have time to debug right now! --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b9a4bd4f..dcb97614 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -10,7 +10,6 @@ packages: "Fernando Freire @dogonthehorizon": - hal - - git-config "Daniel Taskoff @leohaskell": - skip-var