haskell-defaults.nix: added empty 'haskellPlatform' attribute to ghcHEADPrefs
Writing generic expressions is easier if this attribute always exists. svn path=/nixpkgs/trunk/; revision=34459
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
|
||||
ghcHEADPrefs =
|
||||
self : self.haskellPlatformArgs_future self // {
|
||||
haskellPlatform = null;
|
||||
binary = null; # now a core package
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user