-
Notifications
You must be signed in to change notification settings - Fork 710
cabal file not found despite --cabal-file #6880
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
Comments
We should remove that flag from public interface. cc @ezyang |
IIRC, |
@hyperfekt as the decision was remove the flag and no "fix" it, I would close this one and open a new one tracking the flag deletion itself |
Agree with @jneira's comment above. Let's act on it? |
Same for #7225 (a dup). |
Let's do it. :) |
Done! #8395 |
Describe the bug
I expect to be able to use cabal files at an abnormal path by pointing Cabal at it with the
--cabal-file
argument.To Reproduce
Steps to reproduce the behavior:
[package name].cabal
outside of the directory or change the extension.cabal v2-build --cabal-file [new path]
.Expected behavior
Cabal builds the package as if the Cabal file was at its original path.
Actual behavior
Cabal reports the following:
System information
cabal
version: 3.2.0.0The text was updated successfully, but these errors were encountered: