We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d58eec commit cca28c9Copy full SHA for cca28c9
ci.nix
@@ -66,10 +66,10 @@
66
# from here (so that is no longer cached) also remove ./materialized/ghcXXX.
67
# Update supported-ghc-versions.md to reflect any changes made here.
68
nixpkgs.lib.optionalAttrs (builtins.elem nixpkgsName ["R2411" "R2505"]) {
69
- ghc96 = true;
70
- ghc98 = true;
71
- ghc910 = true;
72
- ghc912 = true;
+ ghc96 = false;
+ ghc98 = false;
+ ghc910 = false;
+ ghc912 = false;
73
} // nixpkgs.lib.optionalAttrs (nixpkgsName == "unstable") {
74
ghc96 = true;
75
ghc98 = true;
0 commit comments