haskell.packages.ghc{94,96,98}: add missing ghc-experimental attr

There is no way to provide this package for those older versions of GHC,
but some packages take it as an input, so we need to have the attribute
to prevent callPackage from failing.
This commit is contained in:
sternenseemann
2026-02-26 13:01:24 +01:00
parent d667962223
commit 9ca9e6efff
3 changed files with 6 additions and 3 deletions
@@ -58,7 +58,8 @@ self: super: {
# Becomes a core package in GHC >= 9.10
os-string = doDistribute self.os-string_2_0_10;
# Becomes a core package in GHC >= 9.10, no release compatible with GHC < 9.10 is available
# Become core packages in GHC >= 9.10, no release compatible with GHC < 9.10 is available
ghc-experimental = null;
ghc-internal = null;
# Become core packages in GHC >= 9.10, but aren't uploaded to Hackage
ghc-toolchain = null;
@@ -66,7 +66,8 @@ in
# Becomes a core package in GHC >= 9.10
os-string = doDistribute self.os-string_2_0_10;
# Becomes a core package in GHC >= 9.10, no release compatible with GHC < 9.10 is available
# Become core packages in GHC >= 9.10, no release compatible with GHC < 9.10 is available
ghc-experimental = null;
ghc-internal = null;
# Become core packages in GHC >= 9.10, but aren't uploaded to Hackage
ghc-toolchain = null;
@@ -66,7 +66,8 @@ in
# Becomes a core package in GHC >= 9.10
os-string = doDistribute self.os-string_2_0_10;
# Becomes a core package in GHC >= 9.10, no release compatible with GHC < 9.10 is available
# Become core packages in GHC >= 9.10, no release compatible with GHC < 9.10 is available
ghc-experimental = null;
ghc-internal = null;
# Become core packages in GHC >= 9.10, but aren't uploaded to Hackage
ghc-toolchain = null;