Unverified Commit 74f842ff authored by sternenseemann's avatar sternenseemann Committed by Alex Tunstall
Browse files

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

parent 903ce1aa
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -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 {