about summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-10-26 18:55:48 +0200
committerPeter Simons <simons@cryp.to>2013-10-27 10:22:21 +0100
commitf5e8f1ccc174043fd6f6462202236cb871bfd514 (patch)
tree1e4a9ab203730eb96185b8ae7d6cf7f6803ebd96 /pkgs/development/compilers
parentd64917ad17277b8e16893ee31533ec2e33446fa7 (diff)
downloadnixlib-f5e8f1ccc174043fd6f6462202236cb871bfd514.tar
nixlib-f5e8f1ccc174043fd6f6462202236cb871bfd514.tar.gz
nixlib-f5e8f1ccc174043fd6f6462202236cb871bfd514.tar.bz2
nixlib-f5e8f1ccc174043fd6f6462202236cb871bfd514.tar.lz
nixlib-f5e8f1ccc174043fd6f6462202236cb871bfd514.tar.xz
nixlib-f5e8f1ccc174043fd6f6462202236cb871bfd514.tar.zst
nixlib-f5e8f1ccc174043fd6f6462202236cb871bfd514.zip
ghc: update HEAD version to 7.7.20130828
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 37bcde172324..e7483700ab0b 100644
--- a/pkgs/development/compilers/ghc/head.nix
+++ b/pkgs/development/compilers/ghc/head.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchurl, ghc, perl, gmp, ncurses }:
 
 stdenv.mkDerivation rec {
-  version = "7.7.20130816";
+  version = "7.7.20130828";
   name = "ghc-${version}";
 
   src = fetchurl {
     url = "http://darcs.haskell.org/ghcBuilder/uploads/tn23/${name}-src.tar.bz2";
-    sha256 = "0w636gfjn3xigrlj31z4hy9kv44svyifsqcshrq95qxijx396j5m";
+    sha256 = "180nkd77kz3mv4g7yq8ipx34p5q8k714l0z2527y49lghy118jzv";
   };
 
   buildInputs = [ ghc perl gmp ncurses ];