[Git][ghc/ghc][wip/toolchain-selection] Deleted 1 commit: WIP: Trying 9.6 CI
Rodrigo Mesquita (@alt-romes)
gitlab at gitlab.haskell.org
Tue Jun 20 18:39:07 UTC 2023
Rodrigo Mesquita pushed to branch wip/toolchain-selection at Glasgow Haskell Compiler / GHC
WARNING: The push did not contain any new commits, but force pushed to delete the commits and changes below.
Deleted commits:
3153fdbe by Rodrigo Mesquita at 2023-06-20T19:37:59+01:00
WIP: Trying 9.6 CI
- - - - -
1 changed file:
- .gitlab/gen_ci.hs
Changes:
=====================================
.gitlab/gen_ci.hs
=====================================
@@ -380,7 +380,7 @@ opsysVariables _ FreeBSD13 = mconcat
-- [1] https://www.freebsd.org/doc/en/books/porters-handbook/using-iconv.html)
"CONFIGURE_ARGS" =: "--with-gmp-includes=/usr/local/include --with-gmp-libraries=/usr/local/lib --with-iconv-includes=/usr/local/include --with-iconv-libraries=/usr/local/lib"
, "HADRIAN_ARGS" =: "--docs=no-sphinx"
- , "GHC_VERSION" =: "9.4.3"
+ , "GHC_VERSION" =: "9.6.1"
, "CABAL_INSTALL_VERSION" =: "3.8.1.0"
]
opsysVariables _ (Linux distro) = distroVariables distro
@@ -410,7 +410,7 @@ opsysVariables _ (Windows {}) =
, "HADRIAN_ARGS" =: "--docs=no-sphinx"
, "LANG" =: "en_US.UTF-8"
, "CABAL_INSTALL_VERSION" =: "3.8.1.0"
- , "GHC_VERSION" =: "9.4.3" ]
+ , "GHC_VERSION" =: "9.6.1" ]
opsysVariables _ _ = mempty
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3153fdbe53f2c5b15131147beeb2a682aa3edb0f
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3153fdbe53f2c5b15131147beeb2a682aa3edb0f
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/20230620/0f3db1af/attachment-0001.html>
More information about the ghc-commits
mailing list