re-xyr / cleff

Fast and concise extensible effects
https://hackage.haskell.org/package/cleff
BSD 3-Clause "New" or "Revised" License
104 stars 6 forks source link

Update cleff-plugin for ghc9.4. #29

Closed ErnestKz closed 1 year ago

ErnestKz commented 1 year ago

Hi. This patch shows the necessary changes need to get the cleff-plugin to work for ghc9.4.

I took the changes from: https://github.com/polysemy-research/polysemy/commit/f9b19c022b0a5c18e473b0127172b6a3c4f94be2#diff-334e6203f5c3450b1654c9645089b2cc41323751b40d4ebc111b5a1b546c3407

Seems like for a full integration, you'd need to write the CPP pragmas.

ErnestKz commented 1 year ago

Closing as I'm personally not aiming at fixing the issue.