forked from mirrors/nixpkgs
haskell-defaults.nix: let ghc 7.8.2 builds use the binary library shipped with the compiler
This commit is contained in:
parent
d56bbd6364
commit
f69be7d8af
|
@ -19,6 +19,7 @@
|
|||
self : self.haskellPlatformArgs_future self // {
|
||||
haskellPlatform = null;
|
||||
extensibleExceptions = self.extensibleExceptions_0_1_1_4;
|
||||
binary_0_7_1_0 = null;
|
||||
};
|
||||
|
||||
ghc763Prefs =
|
||||
|
|
Loading…
Reference in a new issue