From acfc575e13ee1427531072285cb9b140ef3ac47c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Sun, 7 Jun 2015 02:45:50 +0200 Subject: [PATCH] Make unknown component fallback message more clear --- Language/Haskell/GhcMod/Target.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Language/Haskell/GhcMod/Target.hs b/Language/Haskell/GhcMod/Target.hs index 0299ff9..e8c35bf 100644 --- a/Language/Haskell/GhcMod/Target.hs +++ b/Language/Haskell/GhcMod/Target.hs @@ -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 $