You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ the needed files to start a project correctly.
53
53
- The `stack build` command will build the minimal project.
54
54
-`stack exec my-project-exe` will execute the command.
55
55
- If you just want to install an executable using stack, then all you have to do
56
-
is`stack install <package-name>`.
56
+
is`stack install <package-name>`.
57
57
58
58
If you want to launch a REPL:
59
59
@@ -116,7 +116,10 @@ installed.
116
116
4. Once `stack` finishes building, check the stack version with
117
117
`stack exec stack -- --version`. Make sure the version is the latest.
118
118
5. Look for issues tagged with
119
-
[`newcomer` and `awaiting-pr` labels](https://github.com/commercialhaskell/stack/issues?q=is%3Aopen+is%3Aissue+label%3Anewcomer+label%3A%22awaiting+pr%22).
@@ -173,4 +176,4 @@ commercial Haskell users, and has since become a thriving open source
173
176
project meeting the needs of Haskell users of all stripes.
174
177
175
178
If you'd like to get involved with Stack, check out the
176
-
[newcomers label on the Github issue tracker](https://github.com/commercialhaskell/stack/issues?q=is%3Aopen+is%3Aissue+label%3Anewcomer).
179
+
[newcomer friendly](https://github.com/commercialhaskell/stack/issues?q=is%3Aopen+is%3Aissue+label%3a%22newcomer+friendly%22) label on the Github issue tracker.
0 commit comments