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
Open a nix shell with nix-shell ./simple-shell.nix (are you familiar with nix?). This should download a version of ghc with ghc-debug support.
Fetch the head.hackage package list with cabal new-update
Then you should be able to build with cabal new-build all
I see you've build your own ghc locally. With the nix shell you shouldn't need to do that. If you still want to use your locally build ghc then I'd recommend using the new-* cabal commands: cabal new-configure --with-compiler=/path/to/local/ghc --with-hs-pkg=/path/to/local/ghc-pkg and cabal new-build all
(I'm poking at this as part of the Hasura collaboration, hoping to experiment with frontends)
I've built the referenced ghc branch, but when i try to do:
I'm getting a lot of errors like:
I tried fiddling with include dirs but wasn't making much progress.
The text was updated successfully, but these errors were encountered: