From bfa187de6821a64efa93c4398fa57c01f63dc739 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 9 Aug 2015 17:52:13 +0200 Subject: [PATCH] ghc-head: bump version to current git HEAD --- 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 6c3041f2943..65d52c1a3e5 100644 --- a/pkgs/development/compilers/ghc/head.nix +++ b/pkgs/development/compilers/ghc/head.nix @@ -17,14 +17,14 @@ let in stdenv.mkDerivation rec { - version = "7.11.20150705"; + version = "7.11.20150809"; name = "ghc-${version}"; - rev = "3fabb71a559b493efdfb5bb91907f6a0f696a114"; + rev = "a40ec755d8e020cd4b87975f5a751f1e35c36977"; src = fetchgit { url = "git://git.haskell.org/ghc.git"; inherit rev; - sha256 = "1c0fsk2yk08x02n6s722d36igc9prrql4wcnr8m8c62wp4yrf25z"; + sha256 = "1hh1p9vrd1nrfi56jan4bnlczld2qzx85v7lfb6nara2bhcgqa1l"; }; postUnpack = ''