haskell.packages.ghc9141.scrod: test on Hydra
This commit is contained in:
@@ -70,6 +70,12 @@ with haskellLib;
|
||||
xhtml = null;
|
||||
Win32 = null;
|
||||
|
||||
#
|
||||
# Only support GHC 9.14
|
||||
#
|
||||
|
||||
scrod = doDistribute (unmarkBroken super.scrod);
|
||||
|
||||
#
|
||||
# Version upgrades
|
||||
#
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user