haskell-defaults.nix: ghc-head builds 'cabal-install' using its internal version of Cabal, which is newer or equal to the latest release

This commit is contained in:
Peter Simons 2013-12-06 12:02:24 +01:00
parent 3d3b19d767
commit 46e1f71e2d

View file

@ -19,6 +19,8 @@
self : self.haskellPlatformArgs_future self // {
haskellPlatform = null;
extensibleExceptions = self.extensibleExceptions_0_1_1_4;
cabalInstall_1_18_0_2 = self.cabalInstall_1_18_0_2.override { Cabal = null; };
cabalInstall = self.cabalInstall_1_18_0_2.override { Cabal = null; };
};
ghc763Prefs =