mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 21:42:35 +03:00
GHC 7.6.3 is the new 7.6.2.
This commit is contained in:
parent
c9182f112a
commit
3e523751cd
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user