File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -203,11 +203,11 @@ Stack does not stand alone. It is built on the great work provided by:
203
203
packages and a [ library] ( https://hackage.haskell.org/package/Cabal ) for
204
204
performing builds.
205
205
206
- !!! info
206
+ !!! info
207
207
208
- Cabal is also the name of another build tool, provided the `cabal-install`
209
- package. This guide distinguishes between then by Cabal (the library) and
210
- Cabal (the tool).
208
+ Cabal is also the name of another build tool, provided the `cabal-install`
209
+ package. This guide distinguishes between then by Cabal (the library) and
210
+ Cabal (the tool).
211
211
212
212
* The __ Hackage Haskell Package Repository__ , a
213
213
[ repository] ( https://hackage.haskell.org/ ) of Haskell packages providing
@@ -260,9 +260,9 @@ The following assumes that you already have installed a version of Stack and the
260
260
3. Build the `stack` executable using a pre-existing installation of Stack with
261
261
the command:
262
262
263
- ~~~text
264
- stack build
265
- ~~~
263
+ ~~~text
264
+ stack build
265
+ ~~~
266
266
267
267
4. Once the `stack` executable has been built, check its version with the
268
268
command:
You can’t perform that action at this time.
0 commit comments