-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using ghc-vis with current tools #13
Comments
Yeah, same here, it would be nice to have some updated instructions for stack! After
Why is this happening? I tried also to |
Once this is fixed, I'll write something up on using ghc-vis in a Stack context. |
Thanks @FranklinChen, that would be great. |
OK, I've finally managed to compile |
Most likely ghc-heap-view has to be adapted to new data structures in recent GHC versions. There's a header in GHC that can be used for reference, but I don't remember the details. |
No, |
It's working on Windows, too. It's like: stack exec -- pacman -S mingw-w64-x86_64-pkg-config mingw-w64-x86_64-gtk3 mingw-w64-x86_64-gtk2 wget unzip
stack exec -- echo 'export PATH=/c/graphviz/bin:$PATH' >> ~/.bashrc
stack install gtk2hs-buildtools glib cairo pango gtk
git clone https://github.com/def-/ghc-vis.git
stack install Last clone could be rewritten directly as stack install ghc-vis if the Hackage version is updated to the latest. Including https://github.com/def-/ghc-vis/pull/18 |
I'm having a hell of a time (in a bad way) figuring how to get ghc-vis setup in a stack project.
The text was updated successfully, but these errors were encountered: