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:
203203 packages and a [ library] ( https://hackage.haskell.org/package/Cabal ) for
204204 performing builds.
205205
206- !!! info
206+ !!! info
207207
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).
211211
212212* The __ Hackage Haskell Package Repository__ , a
213213 [ 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
2602603. Build the `stack` executable using a pre-existing installation of Stack with
261261 the command:
262262
263- ~~~text
264- stack build
265- ~~~
263+ ~~~text
264+ stack build
265+ ~~~
266266
2672674. Once the `stack` executable has been built, check its version with the
268268 command:
You can’t perform that action at this time.
0 commit comments