Skip to content

Commit

Permalink
[Chore] Update GHC versions tested by CI
Browse files Browse the repository at this point in the history
9.6.3 to 9.6.6, and 9.8.1 to 9.8.2.
  • Loading branch information
rvem committed Oct 7, 2024
1 parent f047b88 commit 23bd2d4
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" "963" "981" "9101" ];
ghc-versions = [ "8107" "902" "928" "948" "966" "982" "9101" ];

# 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 23bd2d4

Please sign in to comment.