Skip to content
New issue

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

cabal exec does not accept relative or absolute paths #9996

Open
sol opened this issue May 12, 2024 · 0 comments
Open

cabal exec does not accept relative or absolute paths #9996

sol opened this issue May 12, 2024 · 0 comments

Comments

@sol
Copy link
Member

sol commented May 12, 2024

To Reproduce

$ echo "echo foo" > foo.sh
$ chmod +x foo.sh
$ ./foo.sh
foo
$ cabal exec ./foo.sh
Error: [Cabal-6666]
The program './foo.sh' is required but it could not be found.
$ cabal --version
cabal-install version 3.11.0.0
compiled using version 3.11.0.0 of the Cabal library
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants