diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.14.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.14.x.nix index 8b24d8acc949..c49601539418 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.14.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.14.x.nix @@ -70,6 +70,12 @@ with haskellLib; xhtml = null; Win32 = null; + # + # Only support GHC 9.14 + # + + scrod = doDistribute (unmarkBroken super.scrod); + # # Version upgrades # diff --git a/pkgs/top-level/release-haskell.nix b/pkgs/top-level/release-haskell.nix index 54037b97aa98..b1a09f083b0b 100644 --- a/pkgs/top-level/release-haskell.nix +++ b/pkgs/top-level/release-haskell.nix @@ -560,6 +560,9 @@ let ] released; hashable = released; primitive = released; + scrod = [ + compilerNames.ghc9141 + ]; semaphore-compat = [ # Compiler < 9.8 don't have the semaphore-compat core package, but # requires unix >= 2.8.1.0 which implies GHC >= 9.6 for us.