top-level/release-haskell.nix: test some pkgs with MicroHs
This commit is contained in:
committed by
Alex Tunstall
parent
903ce1aac6
commit
74f842ffbe
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user