mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-defaults: prefer cabal-install 1.20.x on ghc-head
This commit is contained in:
parent
a9258080b1
commit
a306b28baa
1 changed files with 0 additions and 2 deletions
|
@ -19,8 +19,6 @@
|
|||
self : self.haskellPlatformArgs_future self // {
|
||||
haskellPlatform = null;
|
||||
extensibleExceptions = self.extensibleExceptions_0_1_1_4;
|
||||
cabalInstall_1_18_0_3 = self.cabalInstall_1_18_0_3.override { Cabal = null; };
|
||||
cabalInstall = self.cabalInstall_1_18_0_3.override { Cabal = null; };
|
||||
};
|
||||
|
||||
ghc782Prefs =
|
||||
|
|
Loading…
Reference in a new issue