Re: -exe in name of executable

2016-11-23 Thread Yann Esposito
Also note that not all templates add a `-exe` to the executable name in the cabal file. You can access a list of templates by doing `stack templates` if you are curious. On Wednesday, November 23, 2016 at 11:37:21 AM UTC+1, kees Bleijenberg wrote: > > If I do 'stack build' stack builds the exec

Re: -exe in name of executable

2016-11-23 Thread Michael Snoyman
Just remove the -exe in the .cabal file. You can name the file whatever you want there. On Wed, Nov 23, 2016 at 12:37 PM, kees Bleijenberg < k.bleijenb...@lijbrandt.nl> wrote: > If I do 'stack build' stack builds the executable X-exe.exe. > Why is that -exe in the name? How do I let stack bui

-exe in name of executable

2016-11-23 Thread kees Bleijenberg
If I do 'stack build' stack builds the executable X-exe.exe. Why is that -exe in the name? How do I let stack build X.exe? Kees -- You received this message because you are subscribed to the Google Groups "haskell-stack" group. To unsubscribe from this group and stop receiving emails fr