Skip to content

Commit 407acb8

Browse files
committedJul 23, 2017
ghc821: 8.2.1-rc3 -> 8.2.1
(cherry picked from commit 0901dd50a2ed0d12b2bee8fdb147fdce5c1c5d69) Signed-off-by: Domen Kožar <domen@dev.si>
1 parent 8875708 commit 407acb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/development/compilers/ghc/8.2.1.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
let
1111
inherit (bootPkgs) ghc;
12-
version = "8.2.1-rc3";
13-
preReleaseName = "ghc-8.2.0.20170704";
12+
version = "8.2.1";
13+
preReleaseName = "ghc-8.2.1";
1414
commonBuildInputs = [ alex autoconf automake ghc happy hscolour perl python3 sphinx ];
1515
commonPreConfigure = ''
1616
sed -i -e 's|-isysroot /Developer/SDKs/MacOSX10.5.sdk||' configure
@@ -27,7 +27,7 @@ in stdenv.mkDerivation (rec {
2727

2828
src = fetchurl {
2929
url = "https://downloads.haskell.org/~ghc/${version}/${preReleaseName}-src.tar.xz";
30-
sha256 = "0ccfybbjrmd8yzqbfdqvb6clz2kd005wi8sx3mfjmbkmxv0l4jry";
30+
sha256 = "1w4k0n23b9fg8kmarqhfamzpmf91p6jcdr6xlwzfmb4df2bd9hng";
3131
};
3232

3333
postPatch = "patchShebangs .";

4 commit comments

Comments
 (4)

dmjio commented on Jul 23, 2017

@dmjio
Member

🙌

basvandijk commented on Jul 23, 2017

@basvandijk
Member

Cool to see this landing! Could this also be cherry-picked on release-17.03?

domenkozar commented on Jul 23, 2017

@domenkozar
MemberAuthor

I think peter will port changes in one batch, which seems feasible for a stable branch and such a mass rebuild.

ocharles commented on Jul 24, 2017

@ocharles
Contributor

🎉

Please sign in to comment.