From bdaf6503366190b33651b36466934d7639d978b2 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 28 Apr 2016 11:27:06 +0200 Subject: ghc: update 8.0.x version to rc4 --- pkgs/development/compilers/ghc/8.0.1.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/compilers/ghc/8.0.1.nix b/pkgs/development/compilers/ghc/8.0.1.nix index 404e7e5cc28bf..656dedc922d88 100644 --- a/pkgs/development/compilers/ghc/8.0.1.nix +++ b/pkgs/development/compilers/ghc/8.0.1.nix @@ -7,12 +7,12 @@ let in stdenv.mkDerivation rec { - version = "8.0.0.20160411"; + version = "8.0.0.20160421"; name = "ghc-${version}"; src = fetchurl { - url = "https://downloads.haskell.org/~ghc/8.0.1-rc3/${name}-src.tar.xz"; - sha256 = "0cgk0li3pwag65xcrjci8l840aphklymjfmsrq0qpdi8bpsmi97d"; + url = "https://downloads.haskell.org/~ghc/8.0.1-rc4/${name}-src.tar.xz"; + sha256 = "183p1ilk8rlndi1vmg2vmlx00s18q3j31kin85qpbvicsxb8j1j1"; }; patches = [ -- cgit 1.4.1