Skip to content

Commit cf5049d

Browse files
committed
Add ghc9122llvm to ci
Fixes #2404
1 parent 71a34a6 commit cf5049d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@
7575
ghc98 = true;
7676
ghc98llvm = false;
7777
ghc910 = true;
78-
ghc910llvm = true;
78+
ghc910llvm = false;
7979
ghc912 = true;
80+
ghc912llvm = true;
8081
ghc913 = true;
8182
})));
8283
crossSystems = nixpkgsName: nixpkgs: compiler-nix-name:

0 commit comments

Comments
 (0)