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 048396a commit 7b4cfe0Copy full SHA for 7b4cfe0
ci.nix
@@ -63,12 +63,12 @@
63
# from here (so that is no longer cached) also remove ./materialized/ghcXXX.
64
# Update supported-ghc-versions.md to reflect any changes made here.
65
nixpkgs.lib.optionalAttrs (nixpkgsName == "R2411") {
66
- ghc96 = false;
67
- ghc98 = false;
68
- } // nixpkgs.lib.optionalAttrs (nixpkgsName == "unstable") {
69
ghc810 = true;
70
ghc92 = false;
71
ghc94 = false;
+ ghc96 = false;
+ ghc98 = false;
+ } // nixpkgs.lib.optionalAttrs (nixpkgsName == "unstable") {
72
ghc96 = true;
73
ghc98 = true;
74
ghc98llvm = false;
0 commit comments