Skip to content
  • Andreas Klebinger's avatar
    Warn about missing profiled libs when using the Interpreter. · faa30dcb
    Andreas Klebinger authored and Marge Bot's avatar Marge Bot committed
    When GHC itself, or it's interpreter is profiled we need to load
    profiled libraries as well.
    
    This requirement is not always obvious, especially when TH
    implicilty uses the interpreter.
    
    When the libs were not found we fall back to assuming the
    are in a DLL. This is usually not the case so now we warn
    users when we do so. This makes it more obvious what is
    happening and gives users a way to fix the issue.
    
    This fixes #17121.
    faa30dcb