haskell.packages.*.semaphore-compat: only test on GHC == 9.6.* (#379837)
This commit is contained in:
@@ -616,12 +616,8 @@ let
|
||||
hashable = released;
|
||||
primitive = released;
|
||||
semaphore-compat = [
|
||||
# Compiler < 9.8 don't have the semaphore-compat core package
|
||||
compilerNames.ghc865Binary
|
||||
compilerNames.ghc8107
|
||||
compilerNames.ghc902
|
||||
compilerNames.ghc928
|
||||
compilerNames.ghc948
|
||||
# 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.
|
||||
compilerNames.ghc966
|
||||
];
|
||||
weeder = lib.subtractLists [
|
||||
|
||||
Reference in New Issue
Block a user