update GHC HEAD and configuration

This commit is contained in:
Jude Taylor
2015-06-08 00:48:34 -07:00
parent c3d9e90f0e
commit b9de32de5b
2 changed files with 24 additions and 3 deletions
+3 -3
View File
@@ -17,14 +17,14 @@ let
in
stdenv.mkDerivation rec {
version = "7.11.20150402";
version = "7.11.20150607";
name = "ghc-${version}";
rev = "47f821a1a24553dc29b9581b1a259a9b1394c955";
rev = "89223ce1340654455a9f3aa9cbf25f30884227fd";
src = fetchgit {
url = "git://git.haskell.org/ghc.git";
inherit rev;
sha256 = "111a2z6bgn966g04a9n2ns9n2a401rd0zqgndznn2w4fv8a4qzgj";
sha256 = "1qsv2n5js21kqphq92xlyc91f11fnr9sh1glqzsirc8xr60dg5cs";
};
postUnpack = ''