It is well know that profiling large packages almost always require destroying and rebuilding the world. However, is there anyway to avoid this when starting fresh? How can I enable benchmark and profiling the first time I install GHC platform on a new machine?
Asked
Active
Viewed 25 times
0
-
Isn't the answer in the other question sufficient enough, e.g. configure your `~/.cabal/config`? – Zeta Jul 15 '15 at 09:49
-
That still requires reinstalling the platform if you encounter a package that depends on some infrastructures, e.g. haddock uses cabal. – rem Jul 15 '15 at 13:21