ghc: update link and version of 7.10 RC3

This commit is contained in:
Mateusz Kowalczyk 2015-03-19 12:32:39 +00:00
parent 3b6015f40e
commit d56831a9af

View File

@ -16,12 +16,12 @@ let
in
stdenv.mkDerivation rec {
version = "7.10.0.20150315";
version = "7.10.0.20150316";
name = "ghc-${version}";
src = fetchurl {
url = "https://downloads.haskell.org/~ghc/7.10.1-rc3/${name}-src.tar.bz2";
sha256 = "0drj8llsf17iqlr04dp0xd5ypfsv5cgcm7ncvh675sas2rw5qhjx";
sha256 = "0cqazqf90rsp2nl7pk46gki7lln9jks0h166i0bd1qsp5gc1xv13";
};
buildInputs = [ ghc perl ];