about summary refs log tree commit diff
path: root/pkgs/development/compilers/ghc
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2017-08-08 17:32:26 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2017-08-08 17:32:32 +0000
commit770743bd91685befe4e3f1caee280d54c17aa641 (patch)
tree9eb77a9edd9c261de63694f40e21122f3f9dee7b /pkgs/development/compilers/ghc
parentcf7b262485cc81feec53966fa8846d241bb78bca (diff)
downloadnixlib-770743bd91685befe4e3f1caee280d54c17aa641.tar
nixlib-770743bd91685befe4e3f1caee280d54c17aa641.tar.gz
nixlib-770743bd91685befe4e3f1caee280d54c17aa641.tar.bz2
nixlib-770743bd91685befe4e3f1caee280d54c17aa641.tar.lz
nixlib-770743bd91685befe4e3f1caee280d54c17aa641.tar.xz
nixlib-770743bd91685befe4e3f1caee280d54c17aa641.tar.zst
nixlib-770743bd91685befe4e3f1caee280d54c17aa641.zip
Bump ghc HEAD version ghc-8.3.20170808
Diffstat (limited to 'pkgs/development/compilers/ghc')
-rw-r--r--pkgs/development/compilers/ghc/head.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/compilers/ghc/head.nix b/pkgs/development/compilers/ghc/head.nix
index 6573c60ac3ac..362b4895b7e3 100644
--- a/pkgs/development/compilers/ghc/head.nix
+++ b/pkgs/development/compilers/ghc/head.nix
@@ -5,7 +5,7 @@
   # If enabled GHC will be build with the GPL-free but slower integer-simple
   # library instead of the faster but GPLed integer-gmp library.
 , enableIntegerSimple ? false, gmp
-, version ? "8.1.20170106"
+, version ? "8.3.20170808"
 }:
 
 let
@@ -13,7 +13,7 @@ let
 
   commonBuildInputs = [ ghc perl autoconf automake happy alex python3 ];
 
-  rev = "b4f2afe70ddbd0576b4eba3f82ba1ddc52e9b3bd";
+  rev = "14457cf6a50f708eecece8f286f08687791d51f7";
 
   commonPreConfigure =  ''
     echo ${version} >VERSION
@@ -34,7 +34,7 @@ in stdenv.mkDerivation (rec {
   src = fetchgit {
     url = "git://git.haskell.org/ghc.git";
     inherit rev;
-    sha256 = "1h064nikx5srsd7qvz19f6dxvnpfjp0b3b94xs1f4nar18hzf4j0";
+    sha256 = "08vj9ca7rq7rv8pjfl14fg2lg9d6zisrwlq6bi5vzr006816dy8y";
   };
 
   postPatch = "patchShebangs .";