mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 22:57:42 +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_profiling = recurseIntoAttrs (haskell.packages_ghc742.profiling);
|
||||||
haskellPackages_ghc742 = recurseIntoAttrs (haskell.packages_ghc742.highPrio);
|
haskellPackages_ghc742 = recurseIntoAttrs (haskell.packages_ghc742.highPrio);
|
||||||
haskellPackages_ghc761 = haskell.packages_ghc761;
|
haskellPackages_ghc761 = haskell.packages_ghc761;
|
||||||
haskellPackages_ghc762 = recurseIntoAttrs (haskell.packages_ghc762);
|
haskellPackages_ghc762 = haskell.packages_ghc762;
|
||||||
haskellPackages_ghc763 = haskell.packages_ghc763;
|
haskellPackages_ghc763 = recurseIntoAttrs haskell.packages_ghc763;
|
||||||
# Reasonably current HEAD snapshot.
|
# Reasonably current HEAD snapshot.
|
||||||
haskellPackages_ghcHEAD = haskell.packages_ghcHEAD;
|
haskellPackages_ghcHEAD = haskell.packages_ghcHEAD;
|
||||||
|
|
||||||
|
@ -10,10 +10,10 @@ let
|
|||||||
ghc6123 = "ghc6123";
|
ghc6123 = "ghc6123";
|
||||||
ghc704 = "ghc704";
|
ghc704 = "ghc704";
|
||||||
ghc742 = "ghc742";
|
ghc742 = "ghc742";
|
||||||
ghc762 = "ghc762";
|
ghc763 = "ghc763";
|
||||||
default = [ ghc742 ];
|
default = [ ghc742 ];
|
||||||
defaultOrLater = default ++ [ ghc762 ];
|
defaultOrLater = default ++ [ ghc763 ];
|
||||||
all = [ ghc6104 ghc6123 ghc704 ghc742 ghc762 ];
|
all = [ ghc6104 ghc6123 ghc704 ghc742 ghc763 ];
|
||||||
|
|
||||||
allBut = platform: pkgs.lib.filter (x: platform != x) all;
|
allBut = platform: pkgs.lib.filter (x: platform != x) all;
|
||||||
|
|
||||||
@ -186,7 +186,7 @@ mapHaskellTestOn {
|
|||||||
hashedStorage = default;
|
hashedStorage = default;
|
||||||
haskeline = default;
|
haskeline = default;
|
||||||
haskellLexer = default;
|
haskellLexer = default;
|
||||||
haskellPlatform = allBut ghc762;
|
haskellPlatform = allBut ghc763;
|
||||||
haskellSrcExts = default;
|
haskellSrcExts = default;
|
||||||
haskellSrc = all;
|
haskellSrc = all;
|
||||||
haskellSrcMeta = default;
|
haskellSrcMeta = default;
|
||||||
@ -363,7 +363,7 @@ mapHaskellTestOn {
|
|||||||
strict = default;
|
strict = default;
|
||||||
strptime = default;
|
strptime = default;
|
||||||
svgcairo = default;
|
svgcairo = default;
|
||||||
syb = [ ghc704 ghc742 ghc762 ];
|
syb = [ ghc704 ghc742 ghc763 ];
|
||||||
sybWithClass = default;
|
sybWithClass = default;
|
||||||
sybWithClassInstancesText = default;
|
sybWithClassInstancesText = default;
|
||||||
tabular = default;
|
tabular = default;
|
||||||
|
Loading…
Reference in New Issue
Block a user