ghc: bump version to 7.10.1 release

This commit is contained in:
Peter Simons 2015-03-27 15:33:53 +01:00
parent 5f0d93351d
commit 64a4fab42b

View File

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