Updated ghc HEAD snapshot to ghc-7.4.1-rc1.

svn path=/nixpkgs/trunk/; revision=31066
This commit is contained in:
Andres Löh
2011-12-25 00:12:52 +00:00
parent f806eca299
commit 8af094c99f
2 changed files with 5 additions and 4 deletions
+3 -3
View File
@@ -1,13 +1,13 @@
{stdenv, fetchurl, ghc, perl, gmp, ncurses, darwinInstallNameToolUtility}:
stdenv.mkDerivation rec {
version = "7.3.20111212";
version = "7.4.0.20111219";
name = "ghc-${version}";
src = fetchurl {
url = "http://haskell.org/ghc/dist/current/dist/${name}-src.tar.bz2";
sha256 = "1i8zw3qaihzbgygdlip9d5g5321wv1yhashf8nrinwgy5649rsyf";
url = "http://haskell.org/ghc/dist/7.4.1-rc1/${name}-src.tar.bz2";
sha256 = "11imfag07wr9s5vf12yh6bz4hjfbw20i1c7n8py9fa4vx7va676n";
};
buildInputs = [ghc perl gmp ncurses] ++