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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user