We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I edit my package.yaml (for hpack) while running stack build --file-watch, a new build doesn't start. Seems like it should.
package.yaml
stack build --file-watch
The text was updated successfully, but these errors were encountered:
The list of watched files is populated with:
Perhaps Stack.Build.Source.getPackageFilesSimple should be made aware of package.yaml?
Stack.Build.Source.getPackageFilesSimple
Sorry, something went wrong.
Consider "package.yaml" to be a pkg file #1819
b725c46
@tfausak Good catch, I think this commit fixes it - reopen if not.
No branches or pull requests
If I edit my
package.yaml
(for hpack) while runningstack build --file-watch
, a new build doesn't start. Seems like it should.The text was updated successfully, but these errors were encountered: