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've been going through the "In-depth guide to stack" document at https://www.fpcomplete.com/blog/2015/08/new-in-depth-guide-stack. In the section "Components, --test, and --bench", when I follow along and do "stack clean" followed by "stack build :helloworld-test", stack insists on building everything, including building and installing the executable. According to all documentation I can find, it should not build the executable.
I've been going through the "In-depth guide to stack" document at https://www.fpcomplete.com/blog/2015/08/new-in-depth-guide-stack. In the section "Components, --test, and --bench", when I follow along and do "stack clean" followed by "stack build :helloworld-test", stack insists on building everything, including building and installing the executable. According to all documentation I can find, it should not build the executable.
Here is the full output I get:
output.txt
The text was updated successfully, but these errors were encountered: