You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just found out that when changing a template, touch path/to/File.hs is needed prior to calling stack build again. Where File is the module using the template.
This is, I assume, a more tricky situation, as it would require figuring out which module uses the template.
Alternatively, does stack build provide a forced rebuild option I did not see?
The text was updated successfully, but these errors were encountered:
This is a known deficiency right now. @DanBurton is currently working on overcoming it in #105. There's not currently a forced rebuild option, touching a random file is the right temporary workaround.
I just found out that when changing a template,
touch path/to/File.hs
is needed prior to calling stack build again. WhereFile
is the module using the template.This is, I assume, a more tricky situation, as it would require figuring out which module uses the template.
Alternatively, does
stack build
provide a forced rebuild option I did not see?The text was updated successfully, but these errors were encountered: