From a11b0c435e62a194f88f96224eaf230c2e2385bb Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 22 Sep 2025 16:28:35 +0200 Subject: [PATCH] haskell.packages.ghc902Binary.reflection: make krank ignore closed issues This workaround is for a GHC bug that has never gotten addressed in GHC 9.0.*. --- pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix index a204f4d41fb3..96f528c83b69 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix @@ -135,8 +135,9 @@ self: super: { ghc-lib = doDistribute self.ghc-lib_9_2_8_20230729; # Test suite sometimes segfaults with GHC 9.0.1 and 9.0.2 - # https://github.com/ekmett/reflection/issues/51 - # https://gitlab.haskell.org/ghc/ghc/-/issues/21141 + # due to a GHC bug that has been fixed for GHC >= 9.2.2 + # https://github.com/ekmett/reflection/issues/51 krank:ignore-line + # https://gitlab.haskell.org/ghc/ghc/-/issues/21141 krank:ignore-line reflection = dontCheck super.reflection; # Disable tests pending resolution of