Marge Bot pushed to branch wip/marge_bot_batch_merge_job at Glasgow Haskell Compiler / GHC
Commits:
-
44aa2845
by Teo Camarasu at 2025-08-06T04:55:38-04:00
-
d8f43188
by Andrew Lelechenko at 2025-08-06T04:55:38-04:00
-
a16f63dd
by Nikolaos Chatzikonstantinou at 2025-08-06T04:55:40-04:00
3 changed files:
Changes:
| ... | ... | @@ -59,7 +59,7 @@ |
| 59 | 59 | /compiler/GHC/Runtime/Interpreter/Wasm.hs @TerrorJack
|
| 60 | 60 | |
| 61 | 61 | [Core libraries]
|
| 62 | -/libraries/base/ @hvr
|
|
| 62 | +/libraries/base/ @core-libraries
|
|
| 63 | 63 | /libraries/ghci/ @simonmar
|
| 64 | 64 | /libraries/template-haskell/ @rae
|
| 65 | 65 | /testsuite/tests/interface-stability/ @core-libraries
|
| ... | ... | @@ -315,7 +315,7 @@ arguments: |
| 315 | 315 | > module Opts1 where
|
| 316 | 316 | >
|
| 317 | 317 | > import System.Console.GetOpt
|
| 318 | -> import GHC.Internal.Data.Maybe ( fromMaybe )
|
|
| 318 | +> import Data.Maybe ( fromMaybe )
|
|
| 319 | 319 | >
|
| 320 | 320 | > data Flag
|
| 321 | 321 | > = Verbose | Version
|
| ... | ... | @@ -356,7 +356,7 @@ A different approach is to group the option values in a record of type |
| 356 | 356 | > module Opts2 where
|
| 357 | 357 | >
|
| 358 | 358 | > import System.Console.GetOpt
|
| 359 | -> import GHC.Internal.Data.Maybe ( fromMaybe )
|
|
| 359 | +> import Data.Maybe ( fromMaybe )
|
|
| 360 | 360 | >
|
| 361 | 361 | > data Options = Options
|
| 362 | 362 | > { optVerbose :: Bool
|
| 1 | -Subproject commit f1a05704a153ecc6a9bd45f6df8dd99820e74a2d |
|
| 1 | +Subproject commit 5f343f668f421bfb30cead594e52d0ac6206ff67 |