tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
haskell.compiler.ghcHEAD: 9.3.20210913 -> 9.3.20211111
sternenseemann
4 years ago
c28ddd3f
65d105da
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
compilers
ghc
head.nix
+3
-3
pkgs/development/compilers/ghc/head.nix
···
41
41
, # Whether to build terminfo.
42
42
enableTerminfo ? !stdenv.targetPlatform.isWindows
43
43
44
44
-
, version ? "9.3.20210913"
44
44
+
, version ? "9.3.20211111"
45
45
, # What flavour to build. An empty string indicates no
46
46
# specific flavour and falls back to ghc default values.
47
47
ghcFlavour ? lib.optionalString (stdenv.targetPlatform != stdenv.hostPlatform)
···
160
160
161
161
src = fetchgit {
162
162
url = "https://gitlab.haskell.org/ghc/ghc.git/";
163
163
-
rev = "64923cf295ea914db458547432237a5ed1eff571";
164
164
-
sha256 = "1s9sm4gf4r71lk0s7h9v217rxfwjf435q1jji90hlxz23wvmhr6d";
163
163
+
rev = "cc635da167fdec2dead0603b0026cb841f0aa645";
164
164
+
sha256 = "1lj76l546zriwkcn2r7i5a4j35bx9fh5iggwfz2xvhh8aq8j2i46";
165
165
};
166
166
167
167
enableParallelBuilding = true;