about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-08-16 22:36:38 +0200
committerPeter Simons <simons@cryp.to>2013-08-16 23:47:59 +0200
commit898348a80d06b023d149980d620868695ce25598 (patch)
tree2d12cbdb501578623c63643f79af36471818d616
parent2e937c437a3e8098a821db863ebe6cf4bcc87de0 (diff)
downloadnixlib-898348a80d06b023d149980d620868695ce25598.tar
nixlib-898348a80d06b023d149980d620868695ce25598.tar.gz
nixlib-898348a80d06b023d149980d620868695ce25598.tar.bz2
nixlib-898348a80d06b023d149980d620868695ce25598.tar.lz
nixlib-898348a80d06b023d149980d620868695ce25598.tar.xz
nixlib-898348a80d06b023d149980d620868695ce25598.tar.zst
nixlib-898348a80d06b023d149980d620868695ce25598.zip
ghc-head: update to version 7.7.20130816
-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 1ea283f87fee..c9cd71fc2b51 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.20130811";
+  version = "7.7.20130816";
   name = "ghc-${version}";
 
   src = fetchurl {
     url = "http://darcs.haskell.org/ghcBuilder/uploads/tn23/${name}-src.tar.bz2";
-    sha256 = "1jkks2nq9189vxim9lfiwmf3wrnxi834brv9kn9n31225f34qdyr";
+    sha256 = "0w636gfjn3xigrlj31z4hy9kv44svyifsqcshrq95qxijx396j5m";
   };
 
   buildInputs = [ ghc perl gmp ncurses ];