From 040baf620fca87ea66e770dc6526679f97169442 Mon Sep 17 00:00:00 2001 From: Judah Jacobson Date: Mon, 1 Oct 2018 07:43:17 -0700 Subject: [PATCH] Add haskeline. It builds fine with ghc-8.6.1, and it was in previous LTS's with no issues, and so i'm not sure why it was removed in the ghc-8.6 nightlies. Might be something to do with being distributed with GHC, but not being a core package from Stackage's perspective. In either case, adding it explicitly seems like the right thing to do long-term. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd36b3ed..ca2bcfbd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3189,6 +3189,7 @@ packages: - tensorflow-test - pier-core - pier + - haskeline "Christof Schramm ": - mnist-idx