From 237695574b65f260f58cf68838d6cb4b33aae960 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Wed, 11 Mar 2026 13:31:21 +0100 Subject: [PATCH] haskell.packages.ghc9141.scrod: test on Hydra --- .../haskell-modules/configuration-ghc-9.14.x.nix | 6 ++++++ pkgs/top-level/release-haskell.nix | 3 +++ 2 files changed, 9 insertions(+) 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.