about summary refs log tree commit diff
path: root/pkgs/development/compilers/ghc
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-01-26 14:40:46 +0100
committerPeter Simons <simons@cryp.to>2018-01-29 13:01:46 +0100
commit72141a630bc27660a858dc8b80b7c48818365ec7 (patch)
treea5053fff86859ba3a12f83a682cf9950ff8c8aea /pkgs/development/compilers/ghc
parent63849b95c317997b70ee9636c5c0637a5ad70b91 (diff)
downloadnixlib-72141a630bc27660a858dc8b80b7c48818365ec7.tar
nixlib-72141a630bc27660a858dc8b80b7c48818365ec7.tar.gz
nixlib-72141a630bc27660a858dc8b80b7c48818365ec7.tar.bz2
nixlib-72141a630bc27660a858dc8b80b7c48818365ec7.tar.lz
nixlib-72141a630bc27660a858dc8b80b7c48818365ec7.tar.xz
nixlib-72141a630bc27660a858dc8b80b7c48818365ec7.tar.zst
nixlib-72141a630bc27660a858dc8b80b7c48818365ec7.zip
ghc-8.4.1: un-revert "update to 8.4.1-alpha2"
This commit undoes the revert from a74b0e717d9156c61264e15a1e7fed680a5e4b31.
See https://github.com/NixOS/nixpkgs/issues/34229 and
https://github.com/NixOS/nixpkgs/pull/34232 for further details about why this
build seemed broken.
Diffstat (limited to 'pkgs/development/compilers/ghc')
-rw-r--r--pkgs/development/compilers/ghc/8.4.1.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/compilers/ghc/8.4.1.nix b/pkgs/development/compilers/ghc/8.4.1.nix
index 88bcc3e148bf..17dc24e567f4 100644
--- a/pkgs/development/compilers/ghc/8.4.1.nix
+++ b/pkgs/development/compilers/ghc/8.4.1.nix
@@ -24,7 +24,7 @@
   # platform). Static libs are always built.
   enableShared ? true
 
-, version ? "8.4.20180115"
+, version ? "8.4.20180122"
 }:
 
 assert !enableIntegerSimple -> gmp != null;
@@ -73,8 +73,8 @@ stdenv.mkDerivation rec {
 
   src = fetchgit {
     url = "git://git.haskell.org/ghc.git";
-    rev = "3e3a096885c0fcd0703edbeffb4e47f5cbd8f4cc";
-    sha256 = "06slymbsd7vsfp4hh40v7cxf7nmp0kvlni2wfq7ag5wlqh04slgs";
+    rev = "61db0b8941cfb7ed8941ed29bdb04bd8ef3b71a5";
+    sha256 = "15sbpgkal4854jc1xn3sprvpnxwdj0fyy43y5am0h9vja3pjhjyi";
   };
 
   enableParallelBuilding = true;