Skip to content

Commit 026c32e

Browse files
committed
Merge pull request #1349 from sidkshatriya/patch-1
Update GUIDE.md
2 parents a4869ef + 1d29de3 commit 026c32e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ is called a *local* database. That is layered on top of a *snapshot* database,
864864
which contains the libraries and executables specified in the snapshot itself.
865865
Finally, GHC itself ships with a number of libraries and executables, which
866866
forms the *global* database. To get a quick idea of this, we can look at the
867-
output of the `ghc-pkg list` command in our helloworld project:
867+
output of the `stack exec ghc-pkg list` command in our helloworld project:
868868

869869
```
870870
/home/michael/.stack/programs/x86_64-linux/ghc-7.10.2/lib/ghc-7.10.2/package.conf.d

0 commit comments

Comments
 (0)