GHC version 7.8.1 has been deprecated because of a serious bug.
We'll have version 7.8.2 out soon. http://www.haskell.org/pipermail/ghc-devs/2014-April/004605.html http://www.haskell.org/pipermail/ghc-devs/2014-April/004616.html
This commit is contained in:
parent
5b211b9a9b
commit
4604d52df4
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl, ghc, perl, gmp, ncurses }:
|
{ stdenv, fetchurl, ghc, perl, gmp, ncurses }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "7.8.1";
|
version = "7.8.2";
|
||||||
name = "ghc-${version}";
|
name = "ghc-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.haskell.org/ghc/dist/7.8.1/${name}-src.tar.xz";
|
url = "http://www.haskell.org/ghc/dist/7.8.2/${name}-src.tar.xz";
|
||||||
sha256 = "1j4b7ap87vbwqvf8ck1ksrldw2w626f50w20gs4klm6jpvz66xp0";
|
sha256 = "15kyz98zq22sgwkzy2bkx0yz98qkrzgdigz919vafd7fxnkf3la5";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ghc perl gmp ncurses ];
|
buildInputs = [ ghc perl gmp ncurses ];
|
@ -2810,7 +2810,7 @@ let
|
|||||||
haskellPackages_ghc763_profiling = recurseIntoAttrs (haskell.packages_ghc763.profiling);
|
haskellPackages_ghc763_profiling = recurseIntoAttrs (haskell.packages_ghc763.profiling);
|
||||||
haskellPackages_ghc763 = recurseIntoAttrs (haskell.packages_ghc763.highPrio);
|
haskellPackages_ghc763 = recurseIntoAttrs (haskell.packages_ghc763.highPrio);
|
||||||
# Reasonably current HEAD snapshot.
|
# Reasonably current HEAD snapshot.
|
||||||
haskellPackages_ghc781 = haskell.packages_ghc781;
|
haskellPackages_ghc782 = haskell.packages_ghc782;
|
||||||
haskellPackages_ghcHEAD = haskell.packages_ghcHEAD;
|
haskellPackages_ghcHEAD = haskell.packages_ghcHEAD;
|
||||||
|
|
||||||
haxe = callPackage ../development/compilers/haxe { };
|
haxe = callPackage ../development/compilers/haxe { };
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
cabalInstall = self.cabalInstall_1_18_0_3.override { Cabal = null; };
|
cabalInstall = self.cabalInstall_1_18_0_3.override { Cabal = null; };
|
||||||
};
|
};
|
||||||
|
|
||||||
ghc781Prefs =
|
ghc782Prefs =
|
||||||
self : self.haskellPlatformArgs_future self // {
|
self : self.haskellPlatformArgs_future self // {
|
||||||
haskellPlatform = null;
|
haskellPlatform = null;
|
||||||
extensibleExceptions = self.extensibleExceptions_0_1_1_4;
|
extensibleExceptions = self.extensibleExceptions_0_1_1_4;
|
||||||
@ -404,10 +404,10 @@
|
|||||||
prefFun = ghc763Prefs;
|
prefFun = ghc763Prefs;
|
||||||
};
|
};
|
||||||
|
|
||||||
packages_ghc781 =
|
packages_ghc782 =
|
||||||
packages { ghcPath = ../development/compilers/ghc/7.8.1.nix;
|
packages { ghcPath = ../development/compilers/ghc/7.8.2.nix;
|
||||||
ghcBinary = ghc742Binary;
|
ghcBinary = ghc742Binary;
|
||||||
prefFun = ghc781Prefs;
|
prefFun = ghc782Prefs;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Reasonably current HEAD snapshot. Should *always* be lowPrio.
|
# Reasonably current HEAD snapshot. Should *always* be lowPrio.
|
||||||
|
Loading…
Reference in New Issue
Block a user