How to profile

2016-09-18 Thread kees Bleijenberg
I use stack version 1.1.2 on Win7 64 bits and want to profile my program. I did: stack build --executable-profiling --library-profiling --ghc-options="-fprof-auto -rtsopts" <- no errors and then run: stack exec -- renameUnit-exe +RTS -p -RTS <- the program runs, but no profiling info and no

Re: error removeDirectoryRecursive permission denied

2016-11-09 Thread kees Bleijenberg
On Monday, November 7, 2016 at 10:55:26 AM UTC+1, Michael Snoyman wrote: >>> >>> That definitely narrows it down, it's a call to `removeDirRecur` in >>> Stack.Config. I don't know what could be causing the permissions issues. >>> Are you able to reproduce i

Re: error removeDirectoryRecursive permission denied

2016-11-09 Thread kees Bleijenberg
et Git from? Maybe it's mistakenly setting the files to > readonly? > > My guess is next step would be to create a new recursive delete function > that can handle these types of file permissions. > > On Wed, Nov 9, 2016 at 12:51 PM, kees Bleijenberg <k.blei

Re: error removeDirectoryRecursive permission denied

2016-11-11 Thread kees Bleijenberg
causes the files to be read > only. But if you can write a recursive delete function that can deal with > the read only files, that would be a good solution. We may also want to > consider simply warning about the exception and then moving on. > > On Wed, Nov 9, 2016, 6:57 PM kee

-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