Skip to content

Commit 516906a

Browse files
committed
[Chore] Update GHC versions tested by CI
Problem: we've recently supported ghc-9.10.1, but it's not tested by CI. Also we're still testing ghc-8.8.4, which is rather old and causes some troubles when updating Nix dependencies. Solution: add 9.10.1 to tested GHC versions, remove 8.8.4.
1 parent b51ff1d commit 516906a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
hs-package-name = "with-utf8";
4040

41-
ghc-versions = [ "884" "8107" "902" "928" "948" "963" "981" ];
41+
ghc-versions = [ "8107" "902" "928" "948" "963" "981" "9101" ];
4242

4343
# invoke haskell.nix for each ghc version listed in ghc-versions
4444
pkgs-per-ghc = lib.genAttrs (map (v: "ghc${v}") ghc-versions)

0 commit comments

Comments
 (0)