-
Notifications
You must be signed in to change notification settings - Fork 843
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 not detecting changes for incremental builds #481
Comments
This is a known limitation. Currently you need to mention additional On Wed, Jul 1, 2015, 11:22 PM Tim Docker notifications@github.com wrote:
|
The other issue is #105, which @DanBurton is working on. I'll assign this issue to him as well, though the resolution should be the same for both. |
It looks like My .cabal file looks like:
I have modules that are called from I also tried adding I have gone back to the previous version and that does not have this issue. |
Closing this for now on the assumption that #734 (now on master) fixed it. Please re-open if not. |
Trying out stack for the first time.
It builds my application correctly, but only rebuilds when Main.hs is touched, not the other files.
The cabal file only reference Main.hs:
The text was updated successfully, but these errors were encountered: