From e876aa4db9ee9d995db158e5865b3a986204273e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 10 Nov 2017 12:10:26 +0100 Subject: [PATCH] ghc: bump 8.2.2 pre-release to rc3 --- pkgs/development/compilers/ghc/8.2.2.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/compilers/ghc/8.2.2.nix b/pkgs/development/compilers/ghc/8.2.2.nix index f76958227d6e..cd15a6680c26 100644 --- a/pkgs/development/compilers/ghc/8.2.2.nix +++ b/pkgs/development/compilers/ghc/8.2.2.nix @@ -9,7 +9,7 @@ let inherit (bootPkgs) ghc; - version = "8.2.1.20171030"; + version = "8.2.1.20171108"; commonBuildInputs = [ alex autoconf automake ghc happy hscolour perl python3 sphinx ]; commonPreConfigure = '' @@ -26,8 +26,8 @@ in stdenv.mkDerivation (rec { name = "ghc-${version}"; src = fetchurl { - url = "https://downloads.haskell.org/~ghc/8.2.2-rc2/${name}-src.tar.xz"; - sha256 = "0m2lx13yscgxmb18nrzhgg5h4kwzcnxdw7rjcqwx4dcwl1k0a724"; + url = "https://downloads.haskell.org/~ghc/8.2.2-rc3/${name}-src.tar.xz"; + sha256 = "13h55vcrs243bv4hv8i4jq80rsx5hvhi09r3rcs562d8zk7k665w"; }; postPatch = "patchShebangs .";