-
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
Preprocessing src/Foreign/Storable/Generic/Instances.hs fails for stack+OSX+ghc-8.0.1 #1
Comments
I will look more into it when I'll have access to OSX. In the meantime: does the error occur when building derive-storable as a dependency ? Or when built by itself ? I am quite curious why the 'naked expression' appears at line 55, and not before. Is there some noise in the source file ? |
I have this issue as well. I did a bit of research and it may be related to this: root cause of that issue (basically preprocessing twice): https://gist.github.com/mzero/d4ba11c567977111749a However using -optP-P did not fix this issue for me. |
Fixes issue #1 on OSX. Removed the tests related to bad numbering of fields.
Thank you for your help! It seems like the issue was with the white space between MakeGStorable and it's argument. This should be fixed by now. The fix was uploaded to hackage. |
Fixes issue #1 on OSX. Removed the tests related to bad numbering of fields.
The text was updated successfully, but these errors were encountered: