<div dir="ltr">Not sure about windows, but for Linux – you just do `stack build --executable-profiling` (for cabal it's `cabal --enable-executable-profiling`) to build with profiling.<div><br></div><div>Also, I want to recommend a package called formatting <a href="http://hackage.haskell.org/package/formatting">http://hackage.haskell.org/package/formatting</a> , which is a bit more type-safe way to format strings:</div><div><br></div><div>    format ("Person's name is " % text % ", age is " % hex) "Dave" 54<br></div><div><br></div><div>There are short-named formatters available, and if you omit spaces it would look almost as dense as printf.</div><div><br></div><div>Cheers.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Dec 5, 2015 at 2:50 AM, Dennis Raddle <span dir="ltr"><<a href="mailto:dennis.raddle@gmail.com" target="_blank">dennis.raddle@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I'm getting an error, printf not having enough arguments. I need to find where this is happening, and I understand there are ways of getting a stack trace, but apparently I need to compile for profiling. That means I need to compile my one library dependency (Text.XML.Light) for profiling, I believe. How do I do this? I'm on Windows and have only installed libraries in the past with cabal.<span class="HOEnZb"><font color="#888888"><div><br></div><div>D</div><div><br></div></font></span></div>
<br>_______________________________________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@haskell.org">Beginners@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners</a><br>
<br></blockquote></div><br></div>