haskell.packages.ghc902Binary.retry: drop obsolete override

The issues has been resolved in >= 0.9. Note that it's not possible to
test this at the moment since retry (indirectly) depends on
TemplateHaskell which doesn't work with our bindists.
This commit is contained in:
sternenseemann
2025-09-22 18:50:00 +02:00
parent a11b0c435e
commit 22d7eeead2
@@ -140,10 +140,6 @@ self: super: {
# https://gitlab.haskell.org/ghc/ghc/-/issues/21141 krank:ignore-line
reflection = dontCheck super.reflection;
# Disable tests pending resolution of
# https://github.com/Soostone/retry/issues/71
retry = dontCheck super.retry;
ghc-api-compat = unmarkBroken super.ghc-api-compat;
# 2021-09-18: cabal2nix does not detect the need for ghc-api-compat.