haskell-defaults.nix: extensible-exceptions is not a part of GHC 7.6.1
This commit is contained in:
parent
249ff424a9
commit
bbf098baa8
@ -19,6 +19,7 @@
|
|||||||
self : self.haskellPlatformArgs_future self // {
|
self : self.haskellPlatformArgs_future self // {
|
||||||
haskellPlatform = null;
|
haskellPlatform = null;
|
||||||
binary = null; # now a core package
|
binary = null; # now a core package
|
||||||
|
extensibleExceptions = self.extensibleExceptions_0_1_1_4;
|
||||||
};
|
};
|
||||||
|
|
||||||
ghc741Prefs =
|
ghc741Prefs =
|
||||||
|
Loading…
Reference in New Issue
Block a user