From fac06b812ce776770fa7263762d8cd7d81fa6dbe Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 30 Aug 2016 18:34:19 +0200 Subject: [PATCH] Add a section for packages that should stay removed from stackage --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0163738a..6cdcd7e7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2439,6 +2439,13 @@ packages: "Abandoned packages": - curl + # If you want to make sure a package is removed from stackage, + # place it here with a `< 0` constraint and send a pull + # request. This will tell us if other packages would be + # affected. Packages will be kept in this list indefinitely so + # that new packages depending on it will be flagged as well. + "Removed packages": [] + "GHC upper bounds": # Need to always match the version shipped with GHC - Win32 == 2.3.1.1