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
Note: if you are using cabal-install to install stack, you may need to pass a constraint to work around a [Cabal issue](https://github.com/haskell/cabal/issues/2759): `cabal install --constraint 'mono-traversable >= 0.9' stack`.
35
+
Note: if you are using cabal-install to install stack, you may need to pass a
3. Build `stack` using a pre-existing `stack` install with
70
74
`stack setup && stack build`.
71
-
4. Once `stack` finishes building, check the stack version with
75
+
4. Once `stack` finishes building, check the stack version with
72
76
`stack --version`. Make sure the version is the latest.
73
-
5. Look for issues tagged with [`newcomer` and `awaiting-pr` labels](https://github.com/commercialhaskell/stack/issues?q=is%3Aopen+is%3Aissue+label%3Anewcomer+label%3Aawaiting-pr)
77
+
5. Look for issues tagged with
78
+
[`newcomer` and `awaiting-pr` labels](https://github.com/commercialhaskell/stack/issues?q=is%3Aopen+is%3Aissue+label%3Anewcomer+label%3Aawaiting-pr)
*[User Guide](doc/GUIDE.md): in-depth tutorial covering the most common use cases and all major stack features (requires no prior Haskell tooling experience)
135
-
*[YAML Configuration](doc/yaml_configuration.md): reference for writing `stack.yaml` files
147
+
*[User Guide](doc/GUIDE.md): in-depth tutorial covering the most common use
148
+
cases and all major stack features (requires no prior Haskell tooling
149
+
experience)
150
+
*[YAML Configuration](doc/yaml_configuration.md): reference for writing
151
+
`stack.yaml` files
136
152
* Advanced Documentation
137
-
*[Architecture](doc/architecture.md): reference for people curious about stack internals, wanting to get involved deeply in the codebase, or wanting to use stack in unusual ways
153
+
*[Architecture](doc/architecture.md): reference for people curious about
154
+
stack internals, wanting to get involved deeply in the codebase, or
0 commit comments