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.
This commit is contained in:
parent
d4c27381dc
commit
2c296db845
@ -15448,8 +15448,6 @@ aliases = with self; rec {
|
|||||||
exfat-utils = exfat; # 2015-09-11
|
exfat-utils = exfat; # 2015-09-11
|
||||||
firefoxWrapper = firefox-wrapper;
|
firefoxWrapper = firefox-wrapper;
|
||||||
fuse_exfat = exfat; # 2015-09-11
|
fuse_exfat = exfat; # 2015-09-11
|
||||||
haskell-ng = haskell; # 2015-04-19
|
|
||||||
haskellngPackages = haskellPackages; # 2015-04-19
|
|
||||||
htmlTidy = html-tidy; # added 2014-12-06
|
htmlTidy = html-tidy; # added 2014-12-06
|
||||||
inherit (haskell.compiler) jhc uhc; # 2015-05-15
|
inherit (haskell.compiler) jhc uhc; # 2015-05-15
|
||||||
inotifyTools = inotify-tools;
|
inotifyTools = inotify-tools;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user