<div>Hi all,</div><div><br></div><div>So I&#39;ve been working on a project and I&#39;d like to run it with profiling to diagnose the performance hotspots. It&#39;s a cabal project and I&#39;ve been using cabal-dev for sandboxing. Normally I would just run `cabal-dev install` to get everything built and the executables &quot;installed&quot; in ./cabal-dev/bin. Since I want to compile with profiling, I tried this:</div>

<div><br></div><div>$ cabal-dev install enable-executable-profiling</div><div><br></div><div>The build fails with an error log that includes something like &quot;Perhaps you haven&#39;t installed the profiling libraries for package `http-types-0.7.3.0.1&#39;?&quot; If I then try ...</div>

<div><br></div><div>$ cabal-dev install -p --reinstall --force-reinstalls http-types-0.7.3.0.1</div><div><br></div><div>... I find myself walking down the dependency tree. (http-types -&gt; case-insensitive -&gt; hashable -&gt; etc.) Presumably this would eventually walk me out of the sandbox and I would be reinstalling the base libraries in my sandbox with profiling enabled.</div>

<div><br></div><div>This doesn&#39;t seem right. (And if it is right, it doesn&#39;t seem like I should have to do it manually, package by package.) What am I doing wrong?</div><div><br></div>Cheers,<br clear="all">Mike<br>