mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
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 New Issue
Block a user