I'm trying to make our GHCJS project buildable with GHC but for that I need to reference ghcjs-prim bundled with GHCJS. We use ghcjs-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.patch
What's the best way to determine GHCJS commit according to version hosted on http://tolysz.org/ghcjs ?
I'm trying to make our GHCJS project buildable with GHC but for that I need to reference
ghcjs-primbundled 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 ?