haskell.packages.ghc9141.scrod: test on Hydra

This commit is contained in:
sternenseemann
2026-03-11 13:31:21 +01:00
parent 40780ca470
commit 237695574b
2 changed files with 9 additions and 0 deletions
@@ -70,6 +70,12 @@ with haskellLib;
xhtml = null;
Win32 = null;
#
# Only support GHC 9.14
#
scrod = doDistribute (unmarkBroken super.scrod);
#
# Version upgrades
#
+3
View File
@@ -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.