Test GHC 9.6 and 9.8 on CI

This commit is contained in:
Ivan Gromakovskii 2024-01-09 18:58:36 +01:00
parent 0561267c35
commit 2328ae89a0
No known key found for this signature in database
GPG Key ID: D0180FB62ABC8AA7

View File

@ -38,7 +38,7 @@
hs-package-name = "with-utf8"; hs-package-name = "with-utf8";
ghc-versions = [ "884" "8107" "902" "928" "948" ]; ghc-versions = [ "884" "8107" "902" "928" "948" "963" "981" ];
# invoke haskell.nix for each ghc version listed in ghc-versions # invoke haskell.nix for each ghc version listed in ghc-versions
pkgs-per-ghc = lib.genAttrs (map (v: "ghc${v}") ghc-versions) pkgs-per-ghc = lib.genAttrs (map (v: "ghc${v}") ghc-versions)