ghc: update HEAD snapshot to 7.9.20140313
This commit is contained in:
parent
ceec014020
commit
4d03052c9c
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl, ghc, perl, gmp, ncurses, happy, alex }:
|
{ stdenv, fetchurl, ghc, perl, gmp, ncurses, happy, alex }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "7.7.20131202";
|
version = "7.9.20140313";
|
||||||
name = "ghc-${version}";
|
name = "ghc-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://cryp.to/${name}.tar.xz";
|
url = "http://cryp.to/${name}.tar.xz";
|
||||||
sha256 = "1gnp5c3x7dbaz7s2yvkw2fmvqh5by2gpp0zlcyj8p2gv13gxi2cb";
|
sha256 = "03i9ajgzlp2y0qq7qnmyji6vdcgx2xnsyrc2zbqbziinf86igwhi";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ghc perl gmp ncurses happy alex ];
|
buildInputs = [ ghc perl gmp ncurses happy alex ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user