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:
sternenseemann
2025-04-22 02:33:23 +02:00
parent f11e737bb4
commit d1ee9cab8f
+5 -1
View File
@@ -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;