We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looks like there is no way to install only single executable from a package.
% cabal install doctest:doctest cabal: Invalid package ID: doctest:exe:doctest
% cabal --version cabal-install version 3.0.0.0 compiled using version 3.0.0.0 of the Cabal library
The text was updated successfully, but these errors were encountered:
cabal install --lib
Resolve haskell#6369: Allow cabal v2-install pkgname:exename
65ca180
ff9d62d
Merge pull request #6576 from phadej/issue-6369-install-pkgname-exename
2e03231
Resolve #6369 and #6393: Allow cabal v2-install pkgname:exename or http://example.com/package.tar.gz(#sha256=abcde...)
No branches or pull requests
Looks like there is no way to install only single executable from a package.
The text was updated successfully, but these errors were encountered: