We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
…in analogy to --test-options.
--test-options
For now, I can use cabal run to run benchmarks with arguments, but that doesn't work for benchmarks that try to open files by relative paths.
cabal run
The text was updated successfully, but these errors were encountered:
--
Note #6114 (comment) which is somewhat relevant.
Sorry, something went wrong.
I took a shot at this in #6224. It mostly works, although there are some unresolved issues to work out, such as the one observed in #6224 (comment).
Just to quickly say I ran into this and would appreciate this feature, is it still on the agenda somewhere?
@Boarders It was released in cabal-install-3.2.0.0.
cabal-install-3.2.0.0
Successfully merging a pull request may close this issue.
…in analogy to
--test-options
.For now, I can use
cabal run
to run benchmarks with arguments, but that doesn't work for benchmarks that try to open files by relative paths.The text was updated successfully, but these errors were encountered: