Author: andres
Date: Sun Apr 22 16:31:21 2012
New Revision: 33879
URL: https://nixos.org/websvn/nix/?rev=33879&sc=1

Log:
Updated the GHC HEAD snapshot.

Modified:
   nixpkgs/trunk/pkgs/development/compilers/ghc/head.nix

Modified: nixpkgs/trunk/pkgs/development/compilers/ghc/head.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/compilers/ghc/head.nix       Sun Apr 22 
16:30:27 2012        (r33878)
+++ nixpkgs/trunk/pkgs/development/compilers/ghc/head.nix       Sun Apr 22 
16:31:21 2012        (r33879)
@@ -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] ++
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to