summary refs log tree commit diff
path: root/pkgs/development/compilers/ghc
diff options
context:
space:
mode:
authorAndres Löh <mail@andres-loeh.de>2012-04-22 16:31:21 +0000
committerAndres Löh <mail@andres-loeh.de>2012-04-22 16:31:21 +0000
commit1a355ca2ea4dbfae0354f9ec989b747632d03c38 (patch)
treeed513078d73cd3211ad9c7629d7e15e7e3502b19 /pkgs/development/compilers/ghc
parentd0300a2776dd4f9255d7a880fea4a100780c96db (diff)
downloadnixlib-1a355ca2ea4dbfae0354f9ec989b747632d03c38.tar
nixlib-1a355ca2ea4dbfae0354f9ec989b747632d03c38.tar.gz
nixlib-1a355ca2ea4dbfae0354f9ec989b747632d03c38.tar.bz2
nixlib-1a355ca2ea4dbfae0354f9ec989b747632d03c38.tar.lz
nixlib-1a355ca2ea4dbfae0354f9ec989b747632d03c38.tar.xz
nixlib-1a355ca2ea4dbfae0354f9ec989b747632d03c38.tar.zst
nixlib-1a355ca2ea4dbfae0354f9ec989b747632d03c38.zip
Updated the GHC HEAD snapshot.
svn path=/nixpkgs/trunk/; revision=33879
Diffstat (limited to 'pkgs/development/compilers/ghc')
-rw-r--r--pkgs/development/compilers/ghc/head.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/ghc/head.nix b/pkgs/development/compilers/ghc/head.nix
index 0b62d6c74ad1..c578c15c5fd9 100644
--- a/pkgs/development/compilers/ghc/head.nix
+++ b/pkgs/development/compilers/ghc/head.nix
@@ -1,13 +1,13 @@
 {stdenv, fetchurl, ghc, perl, gmp, ncurses, darwinInstallNameToolUtility}:
 
 stdenv.mkDerivation rec {
-  version = "7.5.20120413";
+  version = "7.5.20120419";
 
   name = "ghc-${version}";
 
   src = fetchurl {
     url = "http://haskell.org/ghc/dist/current/dist/${name}-src.tar.bz2";
-    sha256 = "a111054715133d12fc35d1565f371e149677416af9131e6a47ffdb0354e8a87f";
+    sha256 = "0fwq2s3syk3l4xx0m8x6h67snldlf3qk9bjjkvx46sgr0q3xjd05";
   };
 
   buildInputs = [ghc perl gmp ncurses] ++