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.
This commit is contained in:
Wolfgang Walther
2026-09-05 12:48:29 +02:00
parent 8c4ee9bc8c
commit af7c2eea09

View File

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