-
Notifications
You must be signed in to change notification settings - Fork 2
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
Is it possible to get GHCJS commit from ghcjs-stack version? #6
Comments
This repo is only for building lts6: |
should I file the same issue there? the docs don't list git commits used to build ghcjs versions unfortunately |
For lts7+ I use the original stuff from ghcjs |
I use snapshots from: http://ghcjs.luite.com/ and if there will be commit, or something I can use it. But AFAIK, this is build from @luite private ghcjs repo. |
So the only way is to check |
I'm trying to make our GHCJS project buildable with GHC but for that I need to reference
ghcjs-prim
bundled withGHCJS
. We useghcjs-0.2.1.9007003_ghc-8.0.1
. And I see even a patch to that lib - https://github.com/tolysz/ghcjs-stack/blob/master/patches/ghc-prim-0.4.0.0.patchWhat's the best way to determine GHCJS commit according to version hosted on http://tolysz.org/ghcjs ?
The text was updated successfully, but these errors were encountered: