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
The package description says to cabal install the package and that that will explain how to add the :printHeap command. However, cabal install ghc-heap-view fails with current cabal, since the package provides no executable. Using cabal install --lib ghc-heap-view instead works (and installs the library globally), but it still doesn't provide instructions on how to add the :printHeap command. Manually adding the contents of the ghci file adds the command.
I suggest recommending the use of cabal install --lib and including the contents of the ghci file (only two lines of code) in the package description (and maybe also add a README.md that at least links to the Hackage page). Or maybe I'm missing something, but in any case, the installation instructions should be updated.
That being said, the package works very well for me, so thank you!
The text was updated successfully, but these errors were encountered:
The package description says to
cabal install
the package and that that will explain how to add the:printHeap
command. However,cabal install ghc-heap-view
fails with current cabal, since the package provides no executable. Usingcabal install --lib ghc-heap-view
instead works (and installs the library globally), but it still doesn't provide instructions on how to add the:printHeap
command. Manually adding the contents of theghci
file adds the command.I suggest recommending the use of
cabal install --lib
and including the contents of theghci
file (only two lines of code) in the package description (and maybe also add aREADME.md
that at least links to the Hackage page). Or maybe I'm missing something, but in any case, the installation instructions should be updated.That being said, the package works very well for me, so thank you!
The text was updated successfully, but these errors were encountered: