Skip to content

Commit d24367d

Browse files
authored
Merge pull request #5549 from ArturGajowy/patch-1
Docs: remove obsolete sidenote re: lack of `stack run`
2 parents 7022499 + 37b2e12 commit d24367d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/build_command.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ of different syntaxes supported for this list:
9696
the local packages." This will result in an error if multiple packages
9797
have a component with the same name. To continue the above example,
9898
`stack build :mytestsuite`.
99-
* Side note: the commonly requested `run` command is not available
100-
because it's a simple combination of `stack build :exename && stack exec exename`
10199

102100
* *directory*, e.g. `stack build foo/bar`, will find all local packages that
103101
exist in the given directory hierarchy and then follow the same procedure as

0 commit comments

Comments
 (0)