haskell-defaults.nix: let ghc 7.8.2 builds use the binary library shipped with the compiler

This commit is contained in:
Peter Simons 2014-05-05 22:34:58 +02:00
parent d56bbd6364
commit f69be7d8af

View file

@ -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 =