Skip to content

Commit

Permalink
Test ghc-9.12.1 on CI
Browse files Browse the repository at this point in the history
It ensures that permiting base-4.21 is fine.
  • Loading branch information
gromakovsky committed Jan 23, 2025
1 parent f90b258 commit 7636300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

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

ghc-versions = [ "8107" "902" "928" "948" "966" "982" "9101" ];
ghc-versions = [ "8107" "902" "928" "948" "966" "982" "9101" "9121" ];

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

0 comments on commit 7636300

Please sign in to comment.