[Git][ghc/ghc][wip/9.6.4-metadata-fail] gitlab-ci: Use ghc 9.2.8 for generate_jobs

Zubin (@wz1000) gitlab at gitlab.haskell.org
Thu Jan 4 20:49:34 UTC 2024



Zubin pushed to branch wip/9.6.4-metadata-fail at Glasgow Haskell Compiler / GHC


Commits:
6c38127e by Zubin Duggal at 2024-01-05T02:19:01+05:30
gitlab-ci: Use ghc 9.2.8 for generate_jobs

Nix can't find ghc 9.2.4 for some reason, resulting in the lint-ci-config job failing

- - - - -


1 changed file:

- .gitlab/generate_jobs


Changes:

=====================================
.gitlab/generate_jobs
=====================================
@@ -1,5 +1,5 @@
 #!/usr/bin/env nix-shell
-#!nix-shell -i bash -p cabal-install "haskell.packages.ghc924.ghcWithPackages (pkgs: with pkgs; [aeson])" git jq
+#!nix-shell -i bash -p cabal-install "haskell.packages.ghc928.ghcWithPackages (pkgs: with pkgs; [aeson])" git jq
 
 # shellcheck shell=bash
 



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6c38127edcb01646137d9688c422354b0276334c

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6c38127edcb01646137d9688c422354b0276334c
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240104/dc48548b/attachment.html>


More information about the ghc-commits mailing list