Skip to content
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

Support GHC version 7.8.* #25

Open
ruhler opened this issue May 5, 2014 · 2 comments
Open

Support GHC version 7.8.* #25

ruhler opened this issue May 5, 2014 · 2 comments

Comments

@ruhler
Copy link
Owner

ruhler commented May 5, 2014

It would be nice if Smten worked with GHC 7.8..
Probably better to switch support to GHC 7.8.
and away from 7.6.* for the long run.

@ruhler
Copy link
Owner Author

ruhler commented May 12, 2014

See branch ghc7.8.
I believe I've fixed all the issues on the Smten end.
It just doesn't work on the big applications, because ghc 7.8 produces code which seg faults.
The next step is to either figure out the seg faults, or wait for a new release of ghc 7.8 which fixes the problem.

@ruhler
Copy link
Owner Author

ruhler commented May 19, 2014

The seg fault is a known bug in 7.8.2 having to do with stable names (ghc bug #9078).
Hopefully they'll release a fix soon.

In the meantime, there's also some trouble with supporting newtype deriving in the back end.
We need to provide the primitive support for roles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant