Skip to content

Commit

Permalink
haskell.packages.ghc9121: don't test pkgs that don't support 9.12
Browse files Browse the repository at this point in the history
hlint, ghc-tags and weeder are very much tied to the GHC version or an
appropriate version of ghc-lib and friends, but don't have a release
that supports it yet:

ndmitchell/hlint#1628
ndmitchell/hlint#1613
  • Loading branch information
sternenseemann committed Dec 30, 2024
1 parent feaddca commit 3c6c989
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/top-level/release-haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ let
hlint = lib.subtractLists [
compilerNames.ghc902
compilerNames.ghc9101
compilerNames.ghc9121
] released;
hpack = released;
hsdns = released;
Expand All @@ -600,11 +601,13 @@ let
compilerNames.ghc928
];
ghc-tags = lib.subtractLists [
compilerNames.ghc9121
] released;
hashable = released;
primitive = released;
weeder = lib.subtractLists [
compilerNames.ghc9101
compilerNames.ghc9121
] released;
})
{
Expand Down

0 comments on commit 3c6c989

Please sign in to comment.