Unverified Commit 903ce1aa authored by sternenseemann's avatar sternenseemann Committed by Alex Tunstall
Browse files

microhs: make alias/shortcut for haskell.compiler.microhs

parent e805baac
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4265,6 +4265,9 @@ with pkgs;
        haskell.compiler.ghc910
    );

  # TODO(@NixOS/haskell): deprecate this alias?
  microhs = targetPackages.haskell.packages.microhs.ghc or haskell.compiler.microhs;

  alex = haskell.lib.compose.justStaticExecutables haskellPackages.alex;

  happy = haskell.lib.compose.justStaticExecutables haskellPackages.happy;