Skip to content
  • Simon Peyton Jones's avatar
    Avoid repeatedly loading GHC.Prim · c305b14a
    Simon Peyton Jones authored
    This patch changes HscTypes.lookupIfaceByModule.  The problem was that
    when compiling the 'base' package, we'd repeatedly reload GHC.Prim.
    This is easily fixed by looking in the PIT too. A comment with
    lookupIfaceByModule explains
    c305b14a