* GHC 6.4.2.
svn path=/nixpkgs/trunk/; revision=5493
This commit is contained in:
parent
530657fb19
commit
2bbb426a7d
@ -1,10 +1,10 @@
|
|||||||
{stdenv, gcc, fetchurl, perl, ghc, m4, readline, ncurses}:
|
{stdenv, gcc, fetchurl, perl, ghc, m4, readline, ncurses}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ghc-6.4.1";
|
name = "ghc-6.4.2";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://nix.cs.uu.nl/dist/tarballs/ghc-6.4.1-src.tar.bz2;
|
url = http://www.haskell.org/ghc/dist/6.4.2/ghc-6.4.2-src.tar.bz2;
|
||||||
md5 = "fd289bc7c3afa272ff831a71a50b5b00";
|
md5 = "a394bf14e94c3bca5507d568fcc03375";
|
||||||
};
|
};
|
||||||
buildInputs = [perl ghc m4];
|
buildInputs = [perl ghc m4];
|
||||||
propagatedBuildInputs = [readline ncurses];
|
propagatedBuildInputs = [readline ncurses];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user