We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 63849b9 commit 72141a6Copy full SHA for 72141a6
pkgs/development/compilers/ghc/8.4.1.nix
@@ -24,7 +24,7 @@
24
# platform). Static libs are always built.
25
enableShared ? true
26
27
-, version ? "8.4.20180115"
+, version ? "8.4.20180122"
28
}:
29
30
assert !enableIntegerSimple -> gmp != null;
@@ -73,8 +73,8 @@ stdenv.mkDerivation rec {
73
74
src = fetchgit {
75
url = "git://git.haskell.org/ghc.git";
76
- rev = "3e3a096885c0fcd0703edbeffb4e47f5cbd8f4cc";
77
- sha256 = "06slymbsd7vsfp4hh40v7cxf7nmp0kvlni2wfq7ag5wlqh04slgs";
+ rev = "61db0b8941cfb7ed8941ed29bdb04bd8ef3b71a5";
+ sha256 = "15sbpgkal4854jc1xn3sprvpnxwdj0fyy43y5am0h9vja3pjhjyi";
78
};
79
80
enableParallelBuilding = true;
0 commit comments