From 2c296db845eef13a687ea8aae8f349592d56e45e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 10 Nov 2015 15:32:22 +0100 Subject: [PATCH] Drop obsolete "haskell-ng" and "haskellngPackages" aliases. Haskell NG became the default implementation in Nixpkgs over half a year ago in commit c0c82ea2ebbcf0632260a931cf832cac1c8a014e. This means the "ng" names are obsolete and should no longer be used. They'll continue to function in the release-15.09 branch for the sake of backwards compatibility, but the master branch no longer supports them. --- pkgs/top-level/all-packages.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index da80a4ee8cb4..b29244e7a2bb 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -15448,8 +15448,6 @@ aliases = with self; rec { exfat-utils = exfat; # 2015-09-11 firefoxWrapper = firefox-wrapper; fuse_exfat = exfat; # 2015-09-11 - haskell-ng = haskell; # 2015-04-19 - haskellngPackages = haskellPackages; # 2015-04-19 htmlTidy = html-tidy; # added 2014-12-06 inherit (haskell.compiler) jhc uhc; # 2015-05-15 inotifyTools = inotify-tools;