ghc-head: update to version 7.7.20120912
This commit is contained in:
parent
52454d7593
commit
33e67e8394
@ -1,13 +1,12 @@
|
|||||||
{ stdenv, fetchurl, ghc, perl, gmp, ncurses }:
|
{ stdenv, fetchurl, ghc, perl, gmp, ncurses }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "7.5.20120714";
|
version = "7.7.20120912";
|
||||||
|
|
||||||
name = "ghc-${version}";
|
name = "ghc-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://haskell.org/ghc/dist/current/dist/${name}-src.tar.bz2";
|
url = "http://haskell.org/ghc/dist/current/dist/${name}-src.tar.bz2";
|
||||||
sha256 = "02jicyqqr18yixf970f1rfrn64bm528aig6s9566galji063p6ah";
|
sha256 = "0dilndcfs1nhs48nhi361bpffmbbyjaq1i6qnzn24vg34wckyrjg";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ghc perl gmp ncurses ];
|
buildInputs = [ ghc perl gmp ncurses ];
|
||||||
|
@ -276,7 +276,7 @@
|
|||||||
# Reasonably current HEAD snapshot. Should *always* be lowPrio.
|
# Reasonably current HEAD snapshot. Should *always* be lowPrio.
|
||||||
packages_ghcHEAD =
|
packages_ghcHEAD =
|
||||||
packages { ghcPath = ../development/compilers/ghc/head.nix;
|
packages { ghcPath = ../development/compilers/ghc/head.nix;
|
||||||
ghcBinary = ghc704Binary;
|
ghcBinary = ghc742Binary;
|
||||||
prefFun = ghcHEADPrefs;
|
prefFun = ghcHEADPrefs;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user