Switch GHC 7.6.x to Haskell Platform 2013.2.0.0.
This commit is contained in:
parent
631d59adc3
commit
f47d100de7
@ -22,6 +22,13 @@
|
|||||||
extensibleExceptions = self.extensibleExceptions_0_1_1_4;
|
extensibleExceptions = self.extensibleExceptions_0_1_1_4;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ghc763Prefs =
|
||||||
|
self : self.haskellPlatformArgs_2013_2_0_0 self // {
|
||||||
|
haskellPlatform = self.haskellPlatform_2013_2_0_0;
|
||||||
|
binary = null; # now a core package
|
||||||
|
extensibleExceptions = self.extensibleExceptions_0_1_1_4;
|
||||||
|
};
|
||||||
|
|
||||||
ghc742Prefs =
|
ghc742Prefs =
|
||||||
self : self.haskellPlatformArgs_2012_4_0_0 self // {
|
self : self.haskellPlatformArgs_2012_4_0_0 self // {
|
||||||
haskellPlatform = self.haskellPlatform_2012_4_0_0;
|
haskellPlatform = self.haskellPlatform_2012_4_0_0;
|
||||||
@ -279,19 +286,19 @@
|
|||||||
packages_ghc761 =
|
packages_ghc761 =
|
||||||
packages { ghcPath = ../development/compilers/ghc/7.6.1.nix;
|
packages { ghcPath = ../development/compilers/ghc/7.6.1.nix;
|
||||||
ghcBinary = ghc704Binary;
|
ghcBinary = ghc704Binary;
|
||||||
prefFun = ghcHEADPrefs;
|
prefFun = ghc763Prefs;
|
||||||
};
|
};
|
||||||
|
|
||||||
packages_ghc762 =
|
packages_ghc762 =
|
||||||
packages { ghcPath = ../development/compilers/ghc/7.6.2.nix;
|
packages { ghcPath = ../development/compilers/ghc/7.6.2.nix;
|
||||||
ghcBinary = ghc704Binary;
|
ghcBinary = ghc704Binary;
|
||||||
prefFun = ghcHEADPrefs;
|
prefFun = ghc763Prefs;
|
||||||
};
|
};
|
||||||
|
|
||||||
packages_ghc763 =
|
packages_ghc763 =
|
||||||
packages { ghcPath = ../development/compilers/ghc/7.6.3.nix;
|
packages { ghcPath = ../development/compilers/ghc/7.6.3.nix;
|
||||||
ghcBinary = ghc704Binary;
|
ghcBinary = ghc704Binary;
|
||||||
prefFun = ghcHEADPrefs;
|
prefFun = ghc763Prefs;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Reasonably current HEAD snapshot. Should *always* be lowPrio.
|
# Reasonably current HEAD snapshot. Should *always* be lowPrio.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user