ghc-head: update to version 7.7.20120912

This commit is contained in:
Peter Simons 2012-09-13 15:50:15 +02:00
parent 52454d7593
commit 33e67e8394
2 changed files with 3 additions and 4 deletions

View file

@ -1,13 +1,12 @@
{ stdenv, fetchurl, ghc, perl, gmp, ncurses }:
stdenv.mkDerivation rec {
version = "7.5.20120714";
version = "7.7.20120912";
name = "ghc-${version}";
src = fetchurl {
url = "http://haskell.org/ghc/dist/current/dist/${name}-src.tar.bz2";
sha256 = "02jicyqqr18yixf970f1rfrn64bm528aig6s9566galji063p6ah";
sha256 = "0dilndcfs1nhs48nhi361bpffmbbyjaq1i6qnzn24vg34wckyrjg";
};
buildInputs = [ ghc perl gmp ncurses ];

View file

@ -276,7 +276,7 @@
# Reasonably current HEAD snapshot. Should *always* be lowPrio.
packages_ghcHEAD =
packages { ghcPath = ../development/compilers/ghc/head.nix;
ghcBinary = ghc704Binary;
ghcBinary = ghc742Binary;
prefFun = ghcHEADPrefs;
};