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

HaskellNET-SSL broken with all libraries that switched to crypton-connection #35

Open
yitz-zoomin opened this issue Jan 7, 2024 · 1 comment

Comments

@yitz-zoomin
Copy link
Contributor

The connection library - and in fact the entire ecosystem based on cryptonite - is no longer supported and is now considered dangerous to use.

As an immediate fix, @kazu-yamamoto provided the fork crypton-connection that is a drop-in replacement. Essentially all libraries on Hackage that depended on connection have migrated to crypton-connection. Any project that uses any of those libraries together with HaskellNet-SSL cannot be built.

It is urgent to make the change from connection to crypton-connection in this library as well.

@yitz-zoomin
Copy link
Contributor Author

Fixed by PR #33

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

No branches or pull requests

1 participant