Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

haskell.compiler.ghcHEAD: 9.3.20210913 -> 9.3.20211111

+3 -3
+3 -3
pkgs/development/compilers/ghc/head.nix
··· 41 41 , # Whether to build terminfo. 42 42 enableTerminfo ? !stdenv.targetPlatform.isWindows 43 43 44 - , version ? "9.3.20210913" 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 - rev = "64923cf295ea914db458547432237a5ed1eff571"; 164 - sha256 = "1s9sm4gf4r71lk0s7h9v217rxfwjf435q1jji90hlxz23wvmhr6d"; 163 + rev = "cc635da167fdec2dead0603b0026cb841f0aa645"; 164 + sha256 = "1lj76l546zriwkcn2r7i5a4j35bx9fh5iggwfz2xvhh8aq8j2i46"; 165 165 }; 166 166 167 167 enableParallelBuilding = true;