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:
parent
71ffc07f4e
commit
c0d39d26a5
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue