File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ idna >= 3.7
1515# CVE-2024-35195
1616requests >= 2.32.0
1717# https://github.com/haskell/cabal/issues/11246
18- docutils <0.18
18+ docutils <0.18
You can’t perform that action at this time.
0 commit comments