-
Notifications
You must be signed in to change notification settings - Fork 186
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
GHCJS-0.2.1.9007019 crashes with Data.Kind's Type #580
Comments
Also encountered this you can make the example even smaller import Data.Kind
data Bar = Bar Type |
I'm running into this problem as well in a project I'm working on. |
I too am encountering this issue. Is there a version of ghcjs I can use that doesn't run into this? |
It's blocker for me to compile one of my packages with ghcjs. Unfortunately I am not aware of any version that fix this problem. |
Is there anything blocking this from being merged into GHCJS? This would be a very helpful fix. |
Merged |
With the following code,
I'm getting this error
The text was updated successfully, but these errors were encountered: