summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-11-10 12:10:26 +0100
committerPeter Simons <simons@cryp.to>2017-11-11 17:38:26 +0100
commite876aa4db9ee9d995db158e5865b3a986204273e (patch)
tree2cf6e1e274aca22b02525bd7747980f27b304edc /pkgs/development/compilers
parentd500b844d069072bfcc3b02c4935f1769176da01 (diff)
downloadnixpkgs-e876aa4db9ee9d995db158e5865b3a986204273e.tar
nixpkgs-e876aa4db9ee9d995db158e5865b3a986204273e.tar.gz
nixpkgs-e876aa4db9ee9d995db158e5865b3a986204273e.tar.bz2
nixpkgs-e876aa4db9ee9d995db158e5865b3a986204273e.tar.lz
nixpkgs-e876aa4db9ee9d995db158e5865b3a986204273e.tar.xz
nixpkgs-e876aa4db9ee9d995db158e5865b3a986204273e.tar.zst
nixpkgs-e876aa4db9ee9d995db158e5865b3a986204273e.zip
ghc: bump 8.2.2 pre-release to rc3
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/ghc/8.2.2.nix6
1 files 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 f76958227d6..cd15a6680c2 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 .";