Skip to content

Fix crashes on newer GHC (9.0+)#50

Merged
dmjio merged 2 commits into
hdbc:masterfrom
supersonic-copycat:pr
Dec 5, 2024
Merged

Fix crashes on newer GHC (9.0+)#50
dmjio merged 2 commits into
hdbc:masterfrom
supersonic-copycat:pr

Conversation

@supersonic-copycat

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

Copy link
Copy Markdown
Contributor

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