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
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
self : self.haskellPlatformArgs_future self // {
|
self : self.haskellPlatformArgs_future self // {
|
||||||
haskellPlatform = null;
|
haskellPlatform = null;
|
||||||
extensibleExceptions = self.extensibleExceptions_0_1_1_4;
|
extensibleExceptions = self.extensibleExceptions_0_1_1_4;
|
||||||
|
binary_0_7_1_0 = null;
|
||||||
};
|
};
|
||||||
|
|
||||||
ghc763Prefs =
|
ghc763Prefs =
|
||||||
|
|
Loading…
Reference in a new issue