Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
0e1cd2e0
by Evan Piro at 2026-02-08T10:35:16-08:00
1 changed file:
Changes:
| ... | ... | @@ -11,8 +11,6 @@ import GHC.Platform |
| 11 | 11 | |
| 12 | 12 | import GHC.Linker.Config
|
| 13 | 13 | |
| 14 | -import GHC.Driver.DynFlags
|
|
| 15 | - |
|
| 16 | 14 | import GHC.Unit.Types
|
| 17 | 15 | import GHC.Unit.State
|
| 18 | 16 | import GHC.Unit.Env
|
| ... | ... | @@ -23,6 +21,7 @@ import GHC.Runtime.Interpreter |
| 23 | 21 | |
| 24 | 22 | import GHC.Utils.Exception
|
| 25 | 23 | import GHC.Utils.Logger
|
| 24 | +import GHC.Driver.Session
|
|
| 26 | 25 | |
| 27 | 26 | import Data.List (isPrefixOf, nub, sort, intersperse, intercalate)
|
| 28 | 27 | import Data.Char
|