From 04f73ed2e4b1ca0e03b3a16619baa934fbb506c5 Mon Sep 17 00:00:00 2001 From: Mathijs Kwik Date: Thu, 11 Dec 2014 09:15:24 +0100 Subject: [PATCH] ghc-head: upgrade to 2014-12-10 --- pkgs/development/compilers/ghc/head.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/compilers/ghc/head.nix b/pkgs/development/compilers/ghc/head.nix index c50a79b8474..63f43014dea 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, happy, alex }: stdenv.mkDerivation rec { - version = "7.9.20141106"; + version = "7.9.20141210"; name = "ghc-${version}"; src = fetchurl { - url = "http://deb.haskell.org/dailies/2014-11-06/ghc_${version}.orig.tar.bz2"; - sha256 = "1si8wx8a2lrg5ba13vwpisssxa3rcxi5a7fqxhgapa8d2i2w7gaz"; + url = "http://deb.haskell.org/dailies/2014-12-10/ghc_${version}.orig.tar.bz2"; + sha256 = "0487x0rvpz6c47v9qvc7rgk3hnabmali6c66mzh2bizkgmy1qpk0"; }; buildInputs = [ ghc perl gmp ncurses happy alex ];