Skip to content

Commit 84f2e4f

Browse files
authored
Merge pull request #11248 from ulysses4ever/fix-manual-footnote-t11246
manual: fix footnotes: cleanup b5bb050
2 parents b5bb050 + c752db6 commit 84f2e4f

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

doc/cabal-package-description-file.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3455,9 +3455,8 @@ a few options:
34553455
.. rubric:: Footnotes
34563456
34573457
.. [#old-style-build-tool-depends]
3458+
Some packages (ab)use :pkg-field:`build-depends` on old-style builds, but this has a few major drawbacks:
34583459
3459-
Some packages (ab)use :pkg-field:`build-depends` on old-style builds, but this has a few major drawbacks:
3460-
3461-
- using Nix-style builds it's considered an error if you depend on a exe-only package via build-depends: the solver will refuse it.
3462-
- it may or may not place the executable on ``PATH``.
3463-
- it does not ensure the correct version of the package is installed, so you might end up overwriting versions with each other.
3460+
- using Nix-style builds it's considered an error if you depend on a exe-only package via build-depends: the solver will refuse it.
3461+
- it may or may not place the executable on ``PATH``.
3462+
- it does not ensure the correct version of the package is installed, so you might end up overwriting versions with each other.

doc/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ idna >= 3.7
1515
# CVE-2024-35195
1616
requests >= 2.32.0
1717
# https://github.com/haskell/cabal/issues/11246
18-
docutils <0.18
18+
docutils <0.18

0 commit comments

Comments
 (0)