cabal-install: use native Cabal version when compiling with GHC 7.9.x

This commit is contained in:
Peter Simons 2014-05-17 11:47:42 +02:00
parent f77e2dcb38
commit c9887ca489

View File

@ -16,9 +16,11 @@
ghcHEADPrefs = self : super : super // {
mtl = self.mtl_2_1_3_1;
cabalInstall_1_20_0_1 = super.cabalInstall_1_20_0_1.override { Cabal = null; };
};
ghc782Prefs = self : super : ghcHEADPrefs self super // {
cabalInstall_1_20_0_1 = super.cabalInstall_1_20_0_1.override { Cabal = self.Cabal_1_20_0_0; };
};
ghc763Prefs = self : super : ghc782Prefs self super // {