From 293b9f02479411c0f82007ea7cd9707690d1dfe5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 13 Aug 2018 16:41:15 +0200 Subject: [PATCH] Disable doctest-discover-configurator --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f7d080b..7e72a4dd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3557,11 +3557,12 @@ packages: # - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 # GHC 8.2.1 - cassava - # Packages without maintainers that cause compilation failures, + # 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": - stackage-types < 0 + - doctest-discover-configurator < 0 # If you want to make sure a package is removed from stackage, # place it here with a `< 0` constraint and send a pull