about summary refs log tree commit diff
path: root/pkgs/development/compilers/ghc
diff options
context:
space:
mode:
authorKosyrev Serge <serge.kosyrev@iohk.io>2018-02-06 21:58:32 +0300
committerKosyrev Serge <serge.kosyrev@iohk.io>2018-02-06 21:58:32 +0300
commit64196647938e1436cd6ba110662485a47048ca58 (patch)
tree926a40ef4c3ce6b0d31a9f7890d077ce13fc88f1 /pkgs/development/compilers/ghc
parentd4df7aadf9a992b153928534499af1408da9730a (diff)
downloadnixlib-64196647938e1436cd6ba110662485a47048ca58.tar
nixlib-64196647938e1436cd6ba110662485a47048ca58.tar.gz
nixlib-64196647938e1436cd6ba110662485a47048ca58.tar.bz2
nixlib-64196647938e1436cd6ba110662485a47048ca58.tar.lz
nixlib-64196647938e1436cd6ba110662485a47048ca58.tar.xz
nixlib-64196647938e1436cd6ba110662485a47048ca58.tar.zst
nixlib-64196647938e1436cd6ba110662485a47048ca58.zip
ghc841: bump to alpha3
Diffstat (limited to 'pkgs/development/compilers/ghc')
-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 17dc24e567f4..1bade6e20601 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.20180122"
+, version ? "8.4.0.20180204"
 }:
 
 assert !enableIntegerSimple -> gmp != null;
@@ -73,8 +73,8 @@ stdenv.mkDerivation rec {
 
   src = fetchgit {
     url = "git://git.haskell.org/ghc.git";
-    rev = "61db0b8941cfb7ed8941ed29bdb04bd8ef3b71a5";
-    sha256 = "15sbpgkal4854jc1xn3sprvpnxwdj0fyy43y5am0h9vja3pjhjyi";
+    rev = "111737cd218751f06ea58d3cf2c7c144265b5dfc";
+    sha256 = "0ksp0k3sp928aq2cv6whgbfmjnr7l2j10diha13nncksp4byf0s9";
   };
 
   enableParallelBuilding = true;