about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-02-25 09:55:27 +0100
committerGitHub <noreply@github.com>2018-02-25 09:55:27 +0100
commitd1a7cb807e5527280a43fc8f4bc720919ec0b465 (patch)
tree010c6510584a064967d498af887bb57eabdb0f05
parentb41c8b183e414dd9ccd9f28e912b1dd9fa9b79f5 (diff)
parent624366d407e9da2e1b55c044c47e7e8c5f0bc6d8 (diff)
downloadnixlib-d1a7cb807e5527280a43fc8f4bc720919ec0b465.tar
nixlib-d1a7cb807e5527280a43fc8f4bc720919ec0b465.tar.gz
nixlib-d1a7cb807e5527280a43fc8f4bc720919ec0b465.tar.bz2
nixlib-d1a7cb807e5527280a43fc8f4bc720919ec0b465.tar.lz
nixlib-d1a7cb807e5527280a43fc8f4bc720919ec0b465.tar.xz
nixlib-d1a7cb807e5527280a43fc8f4bc720919ec0b465.tar.zst
nixlib-d1a7cb807e5527280a43fc8f4bc720919ec0b465.zip
Merge pull request #35521 from deepfire/ghc84-20180224
ghc841:  bump to 20180224
-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 e7ec9be16b69..930aefc9e12c 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.0.20180204"
+, version ? "8.4.0.20180224"
 , # Whether to backport https://phabricator.haskell.org/D4388 for
   # deterministic profiling symbol names, at the cost of a slightly
   # non-standard GHC API
@@ -77,8 +77,8 @@ stdenv.mkDerivation rec {
 
   src = fetchgit {
     url = "git://git.haskell.org/ghc.git";
-    rev = "111737cd218751f06ea58d3cf2c7c144265b5dfc";
-    sha256 = "0ksp0k3sp928aq2cv6whgbfmjnr7l2j10diha13nncksp4byf0s9";
+    rev = "a1e15c8f59092ef2d11be7966bd20688d8dc01e6";
+    sha256 = "1pimf5ryl76r3vwnc2n0qzk4yh7zckp2r2g5rlz8nbddsws2v893";
   };
 
   enableParallelBuilding = true;