Skip to content

Commit 72141a6

Browse files
committedJan 29, 2018
ghc-8.4.1: un-revert "update to 8.4.1-alpha2"
This commit undoes the revert from a74b0e7. See #34229 and #34232 for further details about why this build seemed broken.
1 parent 63849b9 commit 72141a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/development/compilers/ghc/8.4.1.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# platform). Static libs are always built.
2525
enableShared ? true
2626

27-
, version ? "8.4.20180115"
27+
, version ? "8.4.20180122"
2828
}:
2929

3030
assert !enableIntegerSimple -> gmp != null;
@@ -73,8 +73,8 @@ stdenv.mkDerivation rec {
7373

7474
src = fetchgit {
7575
url = "git://git.haskell.org/ghc.git";
76-
rev = "3e3a096885c0fcd0703edbeffb4e47f5cbd8f4cc";
77-
sha256 = "06slymbsd7vsfp4hh40v7cxf7nmp0kvlni2wfq7ag5wlqh04slgs";
76+
rev = "61db0b8941cfb7ed8941ed29bdb04bd8ef3b71a5";
77+
sha256 = "15sbpgkal4854jc1xn3sprvpnxwdj0fyy43y5am0h9vja3pjhjyi";
7878
};
7979

8080
enableParallelBuilding = true;

0 commit comments

Comments
 (0)
Please sign in to comment.