Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • compiler/GHC/Linker/MacOS.hs
    ... ... @@ -19,9 +19,9 @@ import GHC.SysTools.Tasks
    19 19
     
    
    20 20
     import GHC.Runtime.Interpreter
    
    21 21
     
    
    22
    +import GHC.Utils.CliOption
    
    22 23
     import GHC.Utils.Exception
    
    23 24
     import GHC.Utils.Logger
    
    24
    -import GHC.Driver.Session
    
    25 25
     
    
    26 26
     import Data.List (isPrefixOf, nub, sort, intersperse, intercalate)
    
    27 27
     import Data.Char