haskell-ghc: update head to 20150705

This commit is contained in:
Mateusz Kowalczyk 2015-07-05 21:01:37 +01:00
parent d14b4741da
commit 2b833d5297
1 changed files with 3 additions and 3 deletions

View File

@ -17,14 +17,14 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "7.11.20150607"; version = "7.11.20150705";
name = "ghc-${version}"; name = "ghc-${version}";
rev = "89223ce1340654455a9f3aa9cbf25f30884227fd"; rev = "3fabb71a559b493efdfb5bb91907f6a0f696a114";
src = fetchgit { src = fetchgit {
url = "git://git.haskell.org/ghc.git"; url = "git://git.haskell.org/ghc.git";
inherit rev; inherit rev;
sha256 = "1qsv2n5js21kqphq92xlyc91f11fnr9sh1glqzsirc8xr60dg5cs"; sha256 = "1c0fsk2yk08x02n6s722d36igc9prrql4wcnr8m8c62wp4yrf25z";
}; };
postUnpack = '' postUnpack = ''