Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Patch] Support GHC 9.0 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

[Patch] Support GHC 9.0 #1

wants to merge 1 commit into from

Conversation

ulidtko
Copy link

@ulidtko ulidtko commented Jan 15, 2024

Hi @liyang !

Just found myself stumbling yet again over unexported constructors "issue" (a library had wrapped an STM primitive without a way to unwrap, breaking STM's composability I needed).

Here's a quick patch making the package compile with GHC 9.0. cabal test passes ✔️
With 9.2 there's another issue, but for my case I found an alternative workaround.

Relatedly, did you see this hack? importHidden TH splice https://www.tweag.io/blog/2021-01-07-haskell-dark-arts-part-i/

It'd be easy to roll out as an alternative library, but pity to see such a well-rounded package not supporting latest GHC's!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant