Skip to content

Commit 7b4cfe0

Browse files
committed
1 parent 048396a commit 7b4cfe0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@
6363
# from here (so that is no longer cached) also remove ./materialized/ghcXXX.
6464
# Update supported-ghc-versions.md to reflect any changes made here.
6565
nixpkgs.lib.optionalAttrs (nixpkgsName == "R2411") {
66-
ghc96 = false;
67-
ghc98 = false;
68-
} // nixpkgs.lib.optionalAttrs (nixpkgsName == "unstable") {
6966
ghc810 = true;
7067
ghc92 = false;
7168
ghc94 = false;
69+
ghc96 = false;
70+
ghc98 = false;
71+
} // nixpkgs.lib.optionalAttrs (nixpkgsName == "unstable") {
7272
ghc96 = true;
7373
ghc98 = true;
7474
ghc98llvm = false;

0 commit comments

Comments
 (0)