Make unknown component fallback message more clear
This commit is contained in:
parent
bed42f10fe
commit
acfc575e13
@ -183,7 +183,7 @@ targetGhcOptions crdl sefnmn = do
|
||||
|
||||
if noCandidates && noModuleHasAnyAssignment
|
||||
then do
|
||||
gmLog GmWarning "" $ strDoc $ "Could not find a component assignment, falling back to sandbox only project options."
|
||||
gmLog GmWarning "" $ strDoc $ "Could not find a component assignment, falling back to guessed GHC options."
|
||||
sandboxOpts crdl
|
||||
else do
|
||||
when noCandidates $
|
||||
|
Loading…
Reference in New Issue
Block a user