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
3 changed files:
Changes:
... | ... | @@ -78,6 +78,9 @@ ghcWarningsArgs = do |
78 | 78 | ]
|
79 | 79 | |
80 | 80 | , package filepath ? pure [ "-Wno-x-partial" ]
|
81 | + , package hpc ? pure [ "-Wno-x-partial" ]
|
|
82 | + , package hpcBin ? pure [ "-Wno-x-partial" ]
|
|
83 | + , package hsc2hs ? pure [ "-Wno-x-partial" ]
|
|
81 | 84 | |
82 | 85 | , package cabal ? pure [ "-Wno-deriving-typeable", "-Wno-incomplete-record-selectors" ]
|
83 | 86 | -- The -Wno-incomplete-record-selectors is due to
|
1 | -Subproject commit dd43f7e139d7a4f4908d1e8af35a75939f763ef1 |
|
1 | +Subproject commit 5923da3fe77993b7afc15b5163cffcaa7da6ecf5 |
1 | -Subproject commit 2059c961fc28bbfd0cafdbef96d5d21f1d911b53 |
|
1 | +Subproject commit fe3990b9f35000427b016a79330d9f195587cad8 |