Merge pull request #35521 from deepfire/ghc84-20180224

ghc841: bump to 20180224

authored by Peter Simons and committed by GitHub d1a7cb80 b41c8b18

+3 -3
+3 -3
pkgs/development/compilers/ghc/8.4.1.nix
··· 24 24 # platform). Static libs are always built. 25 25 enableShared ? true 26 26 27 - , version ? "8.4.0.20180204" 27 + , version ? "8.4.0.20180224" 28 28 , # Whether to backport https://phabricator.haskell.org/D4388 for 29 29 # deterministic profiling symbol names, at the cost of a slightly 30 30 # non-standard GHC API ··· 77 77 78 78 src = fetchgit { 79 79 url = "git://git.haskell.org/ghc.git"; 80 - rev = "111737cd218751f06ea58d3cf2c7c144265b5dfc"; 81 - sha256 = "0ksp0k3sp928aq2cv6whgbfmjnr7l2j10diha13nncksp4byf0s9"; 80 + rev = "a1e15c8f59092ef2d11be7966bd20688d8dc01e6"; 81 + sha256 = "1pimf5ryl76r3vwnc2n0qzk4yh7zckp2r2g5rlz8nbddsws2v893"; 82 82 }; 83 83 84 84 enableParallelBuilding = true;