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

Fix crashes on newer GHC (9.0+) #50

Merged
merged 2 commits into from
Dec 5, 2024
Merged

Conversation

supersonic-copycat
Copy link
Contributor

@supersonic-copycat supersonic-copycat commented Dec 5, 2024

Osiginal code breaks if compiled with GHC 9.0+ -- seems like connection handler is finalized too early. Binaries compiled with previous GHC <8 are fine.
Examples and more info can be found in my fork.

Solution is taken from discussion of this pull request.
That should fix #49

@dmjio dmjio merged commit 059a78a into hdbc:master Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

doesn't work on GHC 9.0+
2 participants