Disable doctest-discover-configurator

This commit is contained in:
Adam Bergmark 2018-08-13 16:41:15 +02:00
parent 191285ec12
commit 293b9f0247

View File

@ -3557,11 +3557,12 @@ packages:
# - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 # GHC 8.2.1 # - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 # GHC 8.2.1
- cassava - 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 # this is to prevent us from including them by accident. They can
# be removed from this list if they are fixed. # be removed from this list if they are fixed.
"Unmaintained packages with compilation failures": "Unmaintained packages with compilation failures":
- stackage-types < 0 - stackage-types < 0
- doctest-discover-configurator < 0
# If you want to make sure a package is removed from stackage, # If you want to make sure a package is removed from stackage,
# place it here with a `< 0` constraint and send a pull # place it here with a `< 0` constraint and send a pull