You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@BinderDavid Well, I discovered this by trying to use a .hp file, I don't see a particular reason to remove the functionality whilst GHC still produces them by default.
The
-p
option to render a.hp
file is broken in recent releases.The problem is the check to see whether there is profiling data to display checks
hHeapProfilingType
which is set toNothing
in-p
mode.The text was updated successfully, but these errors were encountered: