-
Notifications
You must be signed in to change notification settings - Fork 841
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
stack build not working #403
Comments
|
Well, whatever had happened, that fixed it. I'll leave this open for a few days in case it has affected anyone else. If I don't hear anything, I'll assume it was some foolishness of my own. |
@mitchellwrosen Dang. I just saw that. |
This is possibly a duplicate of #365. Sounds like the same symptom. |
I just saw the same symptoms as well: |
I'm open to ideas here, but in all cases, it would be "Nothing to build because all packages are built and have no modified files and no flags have changed" :). I suppose we could list all of the packages we checked, or give an error message when the packages list was empty. I'm open to ideas here to avoid user complication, I just don't have any good ideas :) |
This makes me wonder if |
The original use case it was designed for is when you're working on a project, and want to compile some code via For the record, there's (supposed to be) a message on the console each time STACK_YAML is used. |
I don't see anything clearly actionable without breaking some people's workflows, so closing. If someone has a suggestion to move forward, please bring it up. |
Unfortunately, there aren't many details I can provide about this, but I figured I'd throw it up here just so that if anyone else had the same issue, it could get noticed. Basically, stack quit building my project. I had been using lts-2.14 and stack-0.0 and everything was working. Today, I made some changes and ran
stack build
and nothing happened. I deleted the.stack-work
directory. Still nothing. Upgraded to stack-0.1. Nothing. I'm switching to lts-2.15 right now to see if that can somehow get stack out of whatever it's trapped in.The text was updated successfully, but these errors were encountered: