Support GHC 9.8
Thanks! I see there is a tuple fix, but does it work with previous versions of GHC?
No, it doesn't. Tuples will be broken.
Then it would be helpful to fence that in CPP blocks. Would you mind doing that?
I just ran into this issue as well, would be great if this pull-request could get accepted.
This PR only works on the latest GHC and breaks with other versions, it needs some work before it can be accepted :(
I am currently time constrained and don't know when I will have time to work on this. Feel free to fork this PR if you need this done urgently.
I don't know how to update this pull-request, but I forked the repo of the pull-request and made the new pull-request there. I just doubled the check for the two types of tuples for the different version of ghc. Found that simpler than any CPP-checks. But let me know if you think otherwise.
Where is the new code?
@runebak you probably want to create a second PR. I will close this one once you create yours.
I made the pull request on the forked repo, now I made a new one here https://github.com/agrafix/elm-bridge/pull/62 instead Sorry, I'm new at pull requesting on github!