mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
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 // {
|
||||
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 =
|
||||
|
Loading…
Reference in New Issue
Block a user