Loading pkgs/top-level/all-packages.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
pkgs/top-level/all-packages.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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; Loading