GHC 7.6.3 is the new 7.6.2.

This commit is contained in:
Peter Simons 2013-04-21 20:12:26 +02:00
parent c9182f112a
commit 3e523751cd
2 changed files with 7 additions and 7 deletions

View file

@ -2476,8 +2476,8 @@ let
haskellPackages_ghc742_profiling = recurseIntoAttrs (haskell.packages_ghc742.profiling);
haskellPackages_ghc742 = recurseIntoAttrs (haskell.packages_ghc742.highPrio);
haskellPackages_ghc761 = haskell.packages_ghc761;
haskellPackages_ghc762 = recurseIntoAttrs (haskell.packages_ghc762);
haskellPackages_ghc763 = haskell.packages_ghc763;
haskellPackages_ghc762 = haskell.packages_ghc762;
haskellPackages_ghc763 = recurseIntoAttrs haskell.packages_ghc763;
# Reasonably current HEAD snapshot.
haskellPackages_ghcHEAD = haskell.packages_ghcHEAD;

View file

@ -10,10 +10,10 @@ let
ghc6123 = "ghc6123";
ghc704 = "ghc704";
ghc742 = "ghc742";
ghc762 = "ghc762";
ghc763 = "ghc763";
default = [ ghc742 ];
defaultOrLater = default ++ [ ghc762 ];
all = [ ghc6104 ghc6123 ghc704 ghc742 ghc762 ];
defaultOrLater = default ++ [ ghc763 ];
all = [ ghc6104 ghc6123 ghc704 ghc742 ghc763 ];
allBut = platform: pkgs.lib.filter (x: platform != x) all;
@ -186,7 +186,7 @@ mapHaskellTestOn {
hashedStorage = default;
haskeline = default;
haskellLexer = default;
haskellPlatform = allBut ghc762;
haskellPlatform = allBut ghc763;
haskellSrcExts = default;
haskellSrc = all;
haskellSrcMeta = default;
@ -363,7 +363,7 @@ mapHaskellTestOn {
strict = default;
strptime = default;
svgcairo = default;
syb = [ ghc704 ghc742 ghc762 ];
syb = [ ghc704 ghc742 ghc763 ];
sybWithClass = default;
sybWithClassInstancesText = default;
tabular = default;