[Git][ghc/ghc][ghc-9.8] 3 commits: Bump containers submodule to 0.6.8

Ben Gamari (@bgamari) gitlab at gitlab.haskell.org
Thu Oct 5 20:13:39 UTC 2023



Ben Gamari pushed to branch ghc-9.8 at Glasgow Haskell Compiler / GHC


Commits:
5a602b33 by Ben Gamari at 2023-09-28T12:00:12-04:00
Bump containers submodule to 0.6.8

- - - - -
c83b7688 by Ben Gamari at 2023-09-28T14:27:50-04:00
Bump Cabal submodule to 3.10.2.0 final

- - - - -
86c1bdc4 by Ben Gamari at 2023-09-28T23:14:08-04:00
gitlab-ci: Allow release-hackage-lint to fail

Head.hackage is not robust in the presence of patches to boot packages,
as see in ghc/head.hackage#93. Allow it to fail for now.

- - - - -


4 changed files:

- .gitlab-ci.yml
- libraries/Cabal
- libraries/containers
- testsuite/tests/driver/T4437.hs


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -795,6 +795,7 @@ release-hackage-lint:
       artifacts: false
   rules:
     - if: '$RELEASE_JOB == "yes"'
+  allow_failure: true
   extends: .hackage
   variables:
     # No slow-validate bindist on release pipeline


=====================================
libraries/Cabal
=====================================
@@ -1 +1 @@
-Subproject commit 720b6b1ab08655aa90c5454eefdcc5b4fa6e442b
+Subproject commit 15a0010461c3d181f30fbbf5980bf75945d6df2a


=====================================
libraries/containers
=====================================
@@ -1 +1 @@
-Subproject commit f5d0b13251291c3bd1ae396f3e6c8b0b9eaf58b0
+Subproject commit 105289fde3ebd7419f817f8ade5381787209cbd9


=====================================
testsuite/tests/driver/T4437.hs
=====================================
@@ -38,6 +38,7 @@ check title expected got
 expectedGhcOnlyExtensions :: [String]
 expectedGhcOnlyExtensions =
     [ "TypeAbstractions"
+    , "ExtendedLiterals"
     ]
 
 expectedCabalOnlyExtensions :: [String]



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/f7b3fcb3da218d00bd0afe468edc43b4951f5c3f...86c1bdc48a6d4bc059c3fffb5c27d4fd69fc81bc

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/f7b3fcb3da218d00bd0afe468edc43b4951f5c3f...86c1bdc48a6d4bc059c3fffb5c27d4fd69fc81bc
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/20231005/4834915f/attachment-0001.html>


More information about the ghc-commits mailing list