Simon Peyton Jones pushed to branch wip/spj-reinstallable-base at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • ghc/GHCi/UI.hs
    ... ... @@ -79,7 +79,7 @@ import GHC.Types.Name
    79 79
     import GHC.Types.Var ( varType )
    
    80 80
     import GHC.Iface.Syntax ( showToHeader )
    
    81 81
     import GHC.Builtin.Names
    
    82
    -import GHC.Builtin.RdrNames( stringTyCon_RDR )
    
    82
    +import GHC.Builtin.RdrNames( stringTyCon_RDR, compose_RDR )
    
    83 83
     import GHC.Types.Name.Reader as RdrName ( getGRE_NameQualifier_maybes, getRdrName, greName, globalRdrEnvElts)
    
    84 84
     import GHC.Types.SrcLoc as SrcLoc
    
    85 85
     import qualified GHC.Parser.Lexer as Lexer