Clarify HscInterpreted log message

This commit is contained in:
Daniel Gröber 2015-04-29 17:22:48 +02:00
parent c831332185
commit cf5dfa439c

View File

@ -396,7 +396,7 @@ loadTargets filesOrModules = do
resetTargets targets
setIntelligent
gmLog GmInfo "loadTargets" $
text "Switching to LinkInMemory/HscInterpreted (memory hungry)"
text "Target needs interpeter, switching to LinkInMemory/HscInterpreted. Perfectly normal if anything is using TemplateHaskell, QuasiQuotes or PatternSynonyms."
loadTargets' Intelligent
else
loadTargets' Simple