On windows stack build and stack exec foo works (which is great, btw). My program is running.
However, after stack install the execution of the executable file fails.
.\foo.exe -> complaint about missing library "libstdc++-6.dll"
I have no understanding of what stack exec does in windows (magic?). Any hint to what's going on?
On windows
stack buildandstack exec fooworks (which is great, btw). My program is running.However, after
stack installthe execution of the executable file fails.I have no understanding of what
stack execdoes in windows (magic?). Any hint to what's going on?