haskell-defaults.nix: extensible-exceptions is not a part of GHC 7.6.1

This commit is contained in:
Peter Simons 2012-09-10 15:59:20 +02:00
parent 249ff424a9
commit bbf098baa8

View File

@ -19,6 +19,7 @@
self : self.haskellPlatformArgs_future self // {
haskellPlatform = null;
binary = null; # now a core package
extensibleExceptions = self.extensibleExceptions_0_1_1_4;
};
ghc741Prefs =