-
Notifications
You must be signed in to change notification settings - Fork 10
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
how to build? #3
Comments
Coincidentally, I'm installing a newer version of |
language-javascript requires alex at install time, which I am quite used to. However, there seems to be a runtime dependency on GHCJS. I can't say that I have every actually installed ghcjs. Should there be a link to here? |
hmm, ghcjs want 7.10. I am starting to think a docker image would be the best for this project |
Hmm, it's surprising that GHCJS wants 7.10, I thought it also supports 7.8. Since you're still encountering build difficulties, I'll reopen this issue. |
looks like I just needed the --max-backjumps flag mentioned in the ghcjs install documentation and things are installing with 7.8 |
Will that compile on Windows? I see that there is "unix" dependency. |
ghcjs was working for me, but I ended up using the Dockerfile for it anyways. I have not got back to trying stackage-view yet. I am using Linux. |
How does one run stackage-view after building with stack?
|
Stack exec sets that env variable, which cabal doesn't like. You'd notice the same if you tried to |
the README assumes the exe is already built. When I git clone and
cabal install
i see this:The text was updated successfully, but these errors were encountered: