Skip to content

Commit

Permalink
Minor tweak to docs [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
hvr committed Sep 29, 2018
1 parent c070d6a commit 6ef2523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cabal/doc/developing-packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2193,7 +2193,7 @@ system-dependent values for these fields.

::

build-tool-depends: markdown-unlit:markdown-unlit >=0.5.0
build-tool-depends: markdown-unlit:markdown-unlit >= 0.5.0 && < 0.6

For example (2) using a test-suite to test executable behaviour in the same package:

Expand Down Expand Up @@ -3630,5 +3630,5 @@ a few options:
Some packages (ab)use :pkg-field:`build-depends` on old-style builds, but this has a few major drawbacks:
- 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.
- it may or may not place the executable on $PATH.
- it may or may not place the executable on ``$PATH``.
- it does not ensure the correct version of the package is installed, so you might end up overwriting versions with each other.

0 comments on commit 6ef2523

Please sign in to comment.