Skip to content

Commit e390013

Browse files
committed
Fix rendering of bullet points
1 parent 622177e commit e390013

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/GUIDE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1707,8 +1707,8 @@ Cabal (the tool), and NixOS. In that sense, we're sharing the same ecosystem.
17071707

17081708
### Automatic building of dependencies
17091709

1710-
* Stack's automatically builds dependencies. So for example, in Stack,
1711-
`stack test` does the same job as:
1710+
* Stack's automatically builds dependencies. So for example, in Stack,
1711+
`stack test` does the same job as:
17121712

17131713
~~~text
17141714
cabal install --enable-tests --only-dependencies
@@ -1717,11 +1717,11 @@ Cabal (the tool), and NixOS. In that sense, we're sharing the same ecosystem.
17171717
cabal test
17181718
~~~
17191719
1720-
(newer versions of Cabal (the tool) may make this command sequence shorter).
1720+
(newer versions of Cabal (the tool) may make this command sequence shorter).
17211721
1722-
* With Cabal (the tool), you need to use `cabal install` to trigger dependency
1723-
building. This is somewhat necessary as building dependencies can, in some
1724-
cases, break existing installed packages.
1722+
* With Cabal (the tool), you need to use `cabal install` to trigger dependency
1723+
building. This is somewhat necessary as building dependencies can, in some
1724+
cases, break existing installed packages.
17251725
17261726
### Isolation
17271727

0 commit comments

Comments
 (0)