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

This commit is contained in:
sternenseemann
2026-04-09 22:33:41 +01:00
committed by Alex Tunstall
parent e805baacb7
commit 903ce1aac6
+3
View File
@@ -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;