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:
parent
1c9727a81c
commit
f723b4dcb4
@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
ghcHEADPrefs =
|
ghcHEADPrefs =
|
||||||
self : self.haskellPlatformArgs_future self // {
|
self : self.haskellPlatformArgs_future self // {
|
||||||
|
haskellPlatform = null;
|
||||||
binary = null; # now a core package
|
binary = null; # now a core package
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user