Skip to content

Commit 7636300

Browse files
committed
Test ghc-9.12.1 on CI
It ensures that permiting base-4.21 is fine.
1 parent f90b258 commit 7636300

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 = [ "8107" "902" "928" "948" "966" "982" "9101" ];
41+
ghc-versions = [ "8107" "902" "928" "948" "966" "982" "9101" "9121" ];
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)