top-level/release-haskell.nix: test some pkgs with MicroHs

This commit is contained in:
sternenseemann
2026-04-08 17:05:16 +02:00
committed by Alex Tunstall
parent 903ce1aac6
commit 74f842ffbe
+17
View File
@@ -574,6 +574,23 @@ let
compilerNames.ghc9122
compilerNames.ghc9123
] released;
# MicroHs
array = [
compilerNames.microhs
];
ghc-compat = [
compilerNames.microhs
];
hscolour = [
compilerNames.microhs
];
MicroCabal = [
compilerNames.microhs
];
random = [
compilerNames.microhs
];
})
{
mergeable = pkgs.releaseTools.aggregate {