Closed sethfowler closed 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 .
Heh, I also emailed the maintainer with that same solution yesterday.
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 useSystem.IO.Error.catchIOError
instead.I've been fixing it locally as a temporary workaround.