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
|
if noCandidates && noModuleHasAnyAssignment
|
||||||
then do
|
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
|
sandboxOpts crdl
|
||||||
else do
|
else do
|
||||||
when noCandidates $
|
when noCandidates $
|
||||||
|
Loading…
Reference in New Issue
Block a user