haskell.compiler.ghcHEAD: update to latest upstream (20160930).

Includes several fixes necessary for inline-java full functionality.
This commit is contained in:
Mathieu Boespflug 2016-10-04 17:51:37 +02:00
parent 11dd15b6c1
commit 4b34e4a7cb

View File

@ -6,14 +6,14 @@ let
inherit (bootPkgs) ghc; inherit (bootPkgs) ghc;
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
version = "8.1.20160826"; version = "8.1.20160930";
name = "ghc-${version}"; name = "ghc-${version}";
rev = "0050aff22ba04baca732bf5124002417ab667f8a"; rev = "9e862765ffe161da8a4fd9cd67b0a600874feaa9";
src = fetchgit { src = fetchgit {
url = "git://git.haskell.org/ghc.git"; url = "git://git.haskell.org/ghc.git";
inherit rev; inherit rev;
sha256 = "1iirb11fr8914pb6i988cfji56gs698ll819bgb0hpcdkrmffwqc"; sha256 = "01fmp5yrh3is8vzv2vabkzlvm1ry1zcq99m078plx9wgy20giq59";
}; };
patches = [ patches = [