-
Notifications
You must be signed in to change notification settings - Fork 696
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 is inconsistent: cabal check
errors on git://
but cabal get
is happy fetching these
#10661
Comments
git://
but cabal get is perfectly happy fetching these.cabal check
errors on git://
but cabal get
is happy fetching these
The problem with moving the error to |
Is it possible to warn and ask for confirmation? |
It would break many check-against-all-of-hackage scripts I fear. |
Do both
You don't. Some maintainer does, if they care.
Offer a force flag. (c.f. |
And/or default to force if stdin or stdout isn't a tty. |
EDIT: |
Then there should be a fag to make |
See #10659
The text was updated successfully, but these errors were encountered: