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:
parent
3d3b19d767
commit
46e1f71e2d
@ -19,6 +19,8 @@
|
|||||||
self : self.haskellPlatformArgs_future self // {
|
self : self.haskellPlatformArgs_future self // {
|
||||||
haskellPlatform = null;
|
haskellPlatform = null;
|
||||||
extensibleExceptions = self.extensibleExceptions_0_1_1_4;
|
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 =
|
ghc763Prefs =
|
||||||
|
Loading…
Reference in New Issue
Block a user