[Git][ghc/ghc][wip/warning-for-last-and-init] Revert filepath
Bodigrim pushed to branch wip/warning-for-last-and-init at Glasgow Haskell Compiler / GHC Commits: 8e33c7de by Andrew Lelechenko at 2025-09-03T07:45:34+01:00 Revert filepath - - - - - 2 changed files: - hadrian/src/Settings/Warnings.hs - libraries/filepath Changes: ===================================== hadrian/src/Settings/Warnings.hs ===================================== @@ -77,6 +77,8 @@ ghcWarningsArgs = do -- https://github.com/haskell/parsec/issues/194 ] + , package filepath ? pure [ "-Wno-x-partial" ] + , package cabal ? pure [ "-Wno-deriving-typeable", "-Wno-incomplete-record-selectors" ] -- The -Wno-incomplete-record-selectors is due to -- https://github.com/haskell/cabal/issues/10402 ===================================== libraries/filepath ===================================== @@ -1 +1 @@ -Subproject commit 62e71a8f512a0f2a477d8004751ccf2420b8ac28 +Subproject commit cbcd0ccf92f47e6c10fb9cc513a7b26facfc19fe View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8e33c7de40d0cf676077c22c498a3433... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8e33c7de40d0cf676077c22c498a3433... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Bodigrim (@Bodigrim)