From af7c2eea0989007dc11f2decce7b778efc50fe7d Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 5 Sep 2026 12:48:29 +0200 Subject: [PATCH] haskell.packages.ghc912.interpolate: drop obsolete override GHC 9.12.1 and 9.12.2 have been dropped from Nixpkgs already, so this won't ever take effect. --- .../development/haskell-modules/configuration-ghc-9.12.x.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix index fabbd28dac73..53468097bcde 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix @@ -104,9 +104,4 @@ with haskellLib; export alex_datadir="$(pwd)/data" ''; }) super.alex; - - # Test failure because of GHC bug: - # https://gitlab.haskell.org/ghc/ghc/-/issues/25937 - # https://github.com/sol/interpolate/issues/20 - interpolate = dontCheckIf (lib.versionOlder self.ghc.version "9.12.3") super.interpolate; }