Skip to content

Commit d4a31ec

Browse files
committedMar 18, 2025
Fix building ghc964 with latest nixpkgs-unstable pin
See #2330
1 parent 605a567 commit d4a31ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎ci.nix

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
ghc910 = true;
6464
ghc912 = true;
6565
} // nixpkgs.lib.optionalAttrs (nixpkgsName == "unstable") {
66+
ghc964 = false;
6667
ghc96 = false;
6768
ghc96X = true;
6869
ghc98 = true;

0 commit comments

Comments
 (0)