summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorAndres Loeh <mail@andres-loeh.de>2012-07-11 20:03:36 +0200
committerAndres Loeh <mail@andres-loeh.de>2012-07-11 20:04:15 +0200
commit945a3480d493eb270e719273d499f5091c8a126d (patch)
tree0e816202216914b92c72cb74511c99953259f506 /pkgs/development/compilers
parent81f8f21640681b75066e0f0faf2bdbf50b4359a9 (diff)
downloadnixpkgs-945a3480d493eb270e719273d499f5091c8a126d.tar
nixpkgs-945a3480d493eb270e719273d499f5091c8a126d.tar.gz
nixpkgs-945a3480d493eb270e719273d499f5091c8a126d.tar.bz2
nixpkgs-945a3480d493eb270e719273d499f5091c8a126d.tar.lz
nixpkgs-945a3480d493eb270e719273d499f5091c8a126d.tar.xz
nixpkgs-945a3480d493eb270e719273d499f5091c8a126d.tar.zst
nixpkgs-945a3480d493eb270e719273d499f5091c8a126d.zip
ghc-HEAD: update to a new snapshot
Diffstat (limited to 'pkgs/development/compilers')
-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 cf0c569d3be..3db488737c3 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 }:
 
 stdenv.mkDerivation rec {
-  version = "7.5.20120607";
+  version = "7.5.20120706";
 
   name = "ghc-${version}";
 
   src = fetchurl {
     url = "http://haskell.org/ghc/dist/current/dist/${name}-src.tar.bz2";
-    sha256 = "1xrdx646g5ip2f2jypbm46y6jis3ddf8bild2704swbl2j4yb3vb";
+    sha256 = "196aghpgzf5k47l603fynxxjjkkk5f6y2cylxv3skavvd1g16bs2";
   };
 
   buildInputs = [ ghc perl gmp ncurses ];