chetant / LibClang

Haskell FFI to libclang
Other
58 stars 10 forks source link

LibClang won't build on the Haskell Platform 2013.2 because greencard is broken #36

Closed sethfowler closed 11 years ago

sethfowler commented 11 years ago

I've emailed the maintainer of greencard to try to get this fixed. It's trivial; it's just that catch is no longer exported in the Prelude and you need to use System.IO.Error.catchIOError instead.

I've been fixing it locally as a temporary workaround.

chetant commented 11 years ago

I've already emailed the maintainer. He hasn't responded yet. I have a "fixed" version of greencard in my git hub repositories, please do use it for now, plan to uploading it to Hackage if the current maintainer does not respond within a week or so.

I've emailed the maintainer of greencard to try to get this fixed. It's trivial; it's just that catch is no longer exported in the Prelude and you need to use System.IO.Error.catchIOError instead.

I've been fixing it locally as a temporary workaround.

— Reply to this email directly or view it on GitHubhttps://github.com/chetant/LibClang/issues/36 .

ghorn commented 11 years ago

Heh, I also emailed the maintainer with that same solution yesterday.