Skip to content
  • Roland Senn's avatar
    GHCi: Fill field `DynFlags.dumpPrefix`. (Fixes #17500) · 1de2050e
    Roland Senn authored and Marge Bot's avatar Marge Bot committed
    For interactive evaluations set the field `DynFlags.dumpPrefix` to the
    GHCi internal module name. The GHCi module name for an interactive
    evaluation is something like `Ghci9`.
    
    To avoid user confusion, don't dump any data for GHCi internal evaluations.
    
    Extend the comment for `DynFlags.dumpPrefix` and fix a little typo in a
    comment about the GHCi internal module names.
    1de2050e