mchakravarty / language-c-inline

Inline C & Objective-C in Haskell
Other
147 stars 29 forks source link

Initialisation and custom location for HsFFI.h #46

Open mchakravarty opened 10 years ago

mchakravarty commented 10 years ago

Cherry pick 7566546b245062128292e29b1705b74cc68e8db3 and 57eafb13032bee6fc74712b6d08ad9df5ea91b5a from the release/0.7 branch.

cartazio commented 8 years ago

has this been done yet?

mchakravarty commented 8 years ago

No. TBH I am still using the version on that branch and, in the meantime, I created more patches that need to be merged into master from that branch. I just haven't found the time for it 😞

cartazio commented 8 years ago

What about the converse and adding ghc 8 support to the older branch ?

On Sunday, October 30, 2016, Manuel M T Chakravarty < notifications@github.com> wrote:

No. TBH I am still using the version on that branch and, in the meantime, I created more patches that need to be merged into master from that branch. I just haven't found the time for it 😞

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mchakravarty/language-c-inline/issues/46#issuecomment-257183553, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAQwrVRKkabIa9D3vb2aM4Vt8L2moajks5q5RbfgaJpZM4C0Kh_ .

mchakravarty commented 8 years ago

Should be possible, I assume. I didn't try using GHC 8 yet. What's going wrong?

cartazio commented 8 years ago

I didn't dig too deep but mostly some th constructors have an extra arg. Your 0.8 branch seems to build fine though I've yet to test it. Will dig deeper tomorrow

On Sunday, October 30, 2016, Manuel M T Chakravarty < notifications@github.com> wrote:

Should be possible, I assume. I didn't try using GHC 8 yet. What's going wrong?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mchakravarty/language-c-inline/issues/46#issuecomment-257193890, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAQwiJnVoSa_-1zKvU6aDcyJH3tqnfvks5q5T3zgaJpZM4C0Kh_ .

mchakravarty commented 8 years ago

Do you mean the release/0.7 branch? Let me know what you find.