I've been playing around with using stack for a little haskell application, so far I have been able to build and test fine and was interested in looking at performance so tried stack bench
however this is all that seems to happen:
c:\Users\jk\projects\foo>stack bench
stack bench
I don't think it can have done anything? My application does not appear to have run. Presuembly there is some configuration I am missing?