We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 8875708 commit 407acb8Copy full SHA for 407acb8
pkgs/development/compilers/ghc/8.2.1.nix
@@ -9,8 +9,8 @@
9
10
let
11
inherit (bootPkgs) ghc;
12
- version = "8.2.1-rc3";
13
- preReleaseName = "ghc-8.2.0.20170704";
+ version = "8.2.1";
+ preReleaseName = "ghc-8.2.1";
14
commonBuildInputs = [ alex autoconf automake ghc happy hscolour perl python3 sphinx ];
15
commonPreConfigure = ''
16
sed -i -e 's|-isysroot /Developer/SDKs/MacOSX10.5.sdk||' configure
@@ -27,7 +27,7 @@ in stdenv.mkDerivation (rec {
27
28
src = fetchurl {
29
url = "https://downloads.haskell.org/~ghc/${version}/${preReleaseName}-src.tar.xz";
30
- sha256 = "0ccfybbjrmd8yzqbfdqvb6clz2kd005wi8sx3mfjmbkmxv0l4jry";
+ sha256 = "1w4k0n23b9fg8kmarqhfamzpmf91p6jcdr6xlwzfmb4df2bd9hng";
31
};
32
33
postPatch = "patchShebangs .";
🙌
Cool to see this landing! Could this also be cherry-picked on release-17.03?
release-17.03
I think peter will port changes in one batch, which seems feasible for a stable branch and such a mass rebuild.
🎉
4 commit comments
dmjio commentedon Jul 23, 2017
🙌
basvandijk commentedon Jul 23, 2017
Cool to see this landing! Could this also be cherry-picked on
release-17.03
?domenkozar commentedon Jul 23, 2017
I think peter will port changes in one batch, which seems feasible for a stable branch and such a mass rebuild.
ocharles commentedon Jul 24, 2017
🎉