From 710016331c9bd15ad473985211d9b9f7279c3b50 Mon Sep 17 00:00:00 2001 From: Carlo Hamalainen Date: Sat, 26 Mar 2016 10:43:54 +0800 Subject: [PATCH] Add ghc-imported-from to build-constraints.yaml I've updated my package ghc-imported-from to build with Stack and now I'd like for users to be able to install it from stack. https://hackage.haskell.org/package/ghc-imported-from --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 12004d72..41e2b48b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2068,6 +2068,9 @@ packages: - unification-fd - unix-bytestring + "Carlo Hamalainen @carlohamalainen": + - ghc-imported-from + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056