[Git][ghc/ghc][wip/warning-for-last-and-init] Revert submodules

Bodigrim pushed to branch wip/warning-for-last-and-init at Glasgow Haskell Compiler / GHC Commits: add564b6 by Andrew Lelechenko at 2025-08-16T23:24:44+01:00 Revert submodules - - - - - 3 changed files: - hadrian/src/Settings/Warnings.hs - utils/hpc - utils/hsc2hs Changes: ===================================== hadrian/src/Settings/Warnings.hs ===================================== @@ -78,6 +78,9 @@ ghcWarningsArgs = do ] , package filepath ? pure [ "-Wno-x-partial" ] + , package hpc ? pure [ "-Wno-x-partial" ] + , package hpcBin ? pure [ "-Wno-x-partial" ] + , package hsc2hs ? pure [ "-Wno-x-partial" ] , package cabal ? pure [ "-Wno-deriving-typeable", "-Wno-incomplete-record-selectors" ] -- The -Wno-incomplete-record-selectors is due to ===================================== utils/hpc ===================================== @@ -1 +1 @@ -Subproject commit dd43f7e139d7a4f4908d1e8af35a75939f763ef1 +Subproject commit 5923da3fe77993b7afc15b5163cffcaa7da6ecf5 ===================================== utils/hsc2hs ===================================== @@ -1 +1 @@ -Subproject commit 2059c961fc28bbfd0cafdbef96d5d21f1d911b53 +Subproject commit fe3990b9f35000427b016a79330d9f195587cad8 View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/add564b60f5e9afb8d6ff625558e5b69... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/add564b60f5e9afb8d6ff625558e5b69... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Bodigrim (@Bodigrim)