Skip to content

Commit

Permalink
Prepare for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Mar 24, 2023
1 parent a82f8be commit 1d26aae
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ci.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@
# from here (so that is no longer cached) also remove ./materialized/ghcXXX.
# Update supported-ghc-versions.md to reflect any changes made here.
nixpkgs.lib.optionalAttrs (nixpkgsName == "R2211") {
# ghc8107 = false;
# ghc902 = false;
# ghc927 = false;
# ghc944 = false;
ghc8107 = false;
ghc902 = false;
ghc927 = false;
ghc944 = false;
} // nixpkgs.lib.optionalAttrs (nixpkgsName == "unstable") {
# ghc884 = false;
# ghc8107 = true;
# ghc902 = false;
# ghc927 = true;
# ghc944 = true;
ghc884 = false;
ghc8107 = true;
ghc902 = false;
ghc927 = true;
ghc944 = true;
ghc961 = true;
}));
crossSystems = nixpkgsName: nixpkgs: compiler-nix-name:
Expand Down

0 comments on commit 1d26aae

Please sign in to comment.