Skip to content

Commit

Permalink
ghc-8.4.1: un-revert "update to 8.4.1-alpha2"
Browse files Browse the repository at this point in the history
This commit undoes the revert from a74b0e7.
See #34229 and
#34232 for further details about why this
build seemed broken.
  • Loading branch information
peti committed Jan 29, 2018
1 parent 63849b9 commit 72141a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/compilers/ghc/8.4.1.nix
Expand Up @@ -24,7 +24,7 @@
# platform). Static libs are always built.
enableShared ? true

, version ? "8.4.20180115"
, version ? "8.4.20180122"
}:

assert !enableIntegerSimple -> gmp != null;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 72141a6

Please sign in to comment.