From 8d13ff3986e9100a4b49f2fd333c393c370944ab Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 6 Jul 2021 22:23:00 +0200 Subject: [PATCH] clean up unmaintained packages --- build-constraints.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a95c4231..be3d82ee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5075,11 +5075,7 @@ packages: # Packages without maintainers that cause issues, # this is to prevent us from including them by accident. They can # be removed from this list if they are fixed. - "Unmaintained packages with compilation failures": - - doctest-discover-configurator < 0 - - haskell-tools-builtin-refactorings < 0 # bounds failure - - hpqtypes < 0 # bounds failure - - stackage-types < 0 + "Unmaintained packages with compilation failures": [] # If you want to make sure a package is removed from stackage, # place it here with a `< 0` constraint and send a pull