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; }