Skip to content

Commit 5d97e0c

Browse files
committed
tweak message before stack ghci: configured with 'packages'
1 parent 5b64e09 commit 5d97e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Stack/Repl.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ repl targets opts = do
5959
return (Just (packageName pkg, pkgOpts))
6060
else return Nothing
6161
$logInfo
62-
("Configuring GHCi with the following projects: " <>
62+
("Configuring GHCi with the following packages: " <>
6363
T.intercalate
6464
", "
6565
(map packageNameText (map fst pkgOpts)))

0 commit comments

Comments
 (0)