We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b64e09 commit 5d97e0cCopy full SHA for 5d97e0c
src/Stack/Repl.hs
@@ -59,7 +59,7 @@ repl targets opts = do
59
return (Just (packageName pkg, pkgOpts))
60
else return Nothing
61
$logInfo
62
- ("Configuring GHCi with the following projects: " <>
+ ("Configuring GHCi with the following packages: " <>
63
T.intercalate
64
", "
65
(map packageNameText (map fst pkgOpts)))
0 commit comments