Skip to content

Commit

Permalink
Merge pull request #34 from serokell/rvem/bump-ghc
Browse files Browse the repository at this point in the history
[Chore] Bump used GHC versions
  • Loading branch information
rvem authored Oct 7, 2024
2 parents a8eb95d + 23bd2d4 commit 97e41ee
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 62 deletions.
118 changes: 57 additions & 61 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 97e41ee

Please sign in to comment.