haskell.packages.ghc901.retry: dont build test suite

Test suite doesn't build with GHC 9.0.1 and since upstream is
currently not invested in fixing it, we (temporarily) disable it.

Upside: we can build hoogle again.

https://github.com/Soostone/retry/issues/71
This commit is contained in:
sternenseemann 2021-06-12 00:43:21 +02:00
parent 71ffc07f4e
commit c0d39d26a5

View file

@ -111,4 +111,8 @@ self: super: {
# https://github.com/snoyberg/mono-traversable/issues/192
mono-traversable = dontCheck super.mono-traversable;
# Disable tests pending resolution of
# https://github.com/Soostone/retry/issues/71
retry = dontCheck super.retry;
}