haskell-defaults.nix: let ghc-7.8.2 use the HEAD prefs for the time being
The whole notion of per-compiler HP-compliant environments has failed anyway and I'll try to get rid of that ASAP, so it feels pointless to configure that stuff for GHC 7.8.2 to begin with.
This commit is contained in:
parent
bfcb131802
commit
d56bbd6364
|
@ -21,15 +21,6 @@
|
|||
extensibleExceptions = self.extensibleExceptions_0_1_1_4;
|
||||
};
|
||||
|
||||
ghc782Prefs =
|
||||
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; };
|
||||
binary_0_7_1_0 = null;
|
||||
};
|
||||
|
||||
ghc763Prefs =
|
||||
self : self.haskellPlatformArgs_2013_2_0_0 self // {
|
||||
haskellPlatform = self.haskellPlatform_2013_2_0_0;
|
||||
|
@ -405,7 +396,7 @@
|
|||
packages_ghc782 =
|
||||
packages { ghcPath = ../development/compilers/ghc/7.8.2.nix;
|
||||
ghcBinary = ghc742Binary;
|
||||
prefFun = ghc782Prefs;
|
||||
prefFun = ghcHEADPrefs;
|
||||
};
|
||||
|
||||
# Reasonably current HEAD snapshot. Should *always* be lowPrio.
|
||||
|
|
Loading…
Reference in New Issue