Skip to content
Snippets Groups Projects
Commit 9de58eb5 authored by Phil de Joux's avatar Phil de Joux
Browse files

In the latter case.


Co-authored-by: default avatarArtem Pelenitsyn <a.pelenitsyn@gmail.com>
parent 4534e599
No related branches found
No related tags found
No related merge requests found
......@@ -186,8 +186,11 @@ cabal list-bin
--------------
``cabal list-bin`` will either; (a) display the path for a single exe or (b)
complain that the target doesn't resolve to a single binary. It won't list
multiple binary paths but knows which build products a package has.
complain that the target doesn't resolve to a single binary. In the latter case,
it will name the binary products contained in the package. These products can
be used to narrow the search and get an actual path to a particular executable.
Example showing a failure to resolve to a single executable.
::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment