haskell.packages.ghc9122.Cabal_3_10_3_0: don't test on Hydra
Not very important anymore and no longer works with the core pkg version of time shipped with >= 9.12.
This commit is contained in:
@@ -568,7 +568,11 @@ let
|
||||
compilerNames.ghc947
|
||||
compilerNames.ghc948
|
||||
] released;
|
||||
Cabal_3_10_3_0 = released;
|
||||
Cabal_3_10_3_0 = lib.subtractLists [
|
||||
# time < 1.13 conflicts with time == 1.14.*
|
||||
compilerNames.ghc9121
|
||||
compilerNames.ghc9122
|
||||
] released;
|
||||
Cabal_3_12_1_0 = released;
|
||||
Cabal_3_14_1_1 = released;
|
||||
cabal2nix = released;
|
||||
|
||||
Reference in New Issue
Block a user