Skip to content

Commit cd49afb

Browse files
andreasabelmergify-bot
authored and
mergify-bot
committed
Fixup #7604 after review: use enumeration
1 parent 108f6ec commit cd49afb

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

doc/cabal-package.rst

+19-19
Original file line numberDiff line numberDiff line change
@@ -674,33 +674,33 @@ describe the package as a whole:
674674
`disappear <https://github.com/haskell/cabal/issues/4894#issuecomment-909008657>`__
675675
in the future.
676676

677-
678677
Starting with :pkg-field:`cabal-version` 3.0,
679678
there are further conveniences.
680-
First, a preceding ``,`` is allowed, so a bullet-list style
681-
is possible (recommended):
682679

683-
::
680+
1. A preceding ``,`` is allowed, so a bullet-list style
681+
is possible (recommended):
684682

685-
tested-with:
686-
, GHC == 9.0.1
687-
, GHC == 8.10.4
688-
, GHC == 8.8.4
689-
, GHC == 8.6.5
690-
, GHC == 8.4.4
691-
, GHC == 8.2.2
692-
, GHC == 8.0.2
693-
, GHC == 7.10.3
694-
, GHC == 7.8.4
695-
, GHC == 7.6.3
696-
, GHC == 7.4.2
683+
::
697684

685+
tested-with:
686+
, GHC == 9.0.1
687+
, GHC == 8.10.4
688+
, GHC == 8.8.4
689+
, GHC == 8.6.5
690+
, GHC == 8.4.4
691+
, GHC == 8.2.2
692+
, GHC == 8.0.2
693+
, GHC == 7.10.3
694+
, GHC == 7.8.4
695+
, GHC == 7.6.3
696+
, GHC == 7.4.2
698697

699-
Second, a concise set notation syntax is available:
700698

701-
::
699+
2. A concise set notation syntax is available:
700+
701+
::
702702

703-
tested-with: GHC == { 9.0.1, 8.10.4, 8.8.4, 8.6.5, 8.4.4, 8.2.2, 8.0.2, 7.10.3, 7.8.4, 7.6.3, 7.4.2 }
703+
tested-with: GHC == { 9.0.1, 8.10.4, 8.8.4, 8.6.5, 8.4.4, 8.2.2, 8.0.2, 7.10.3, 7.8.4, 7.6.3, 7.4.2 }
704704

705705
.. pkg-field:: data-files: filename list
706706

0 commit comments

Comments
 (0)