You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The
connection
library - and in fact the entire ecosystem based oncryptonite
- 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 onconnection
have migrated tocrypton-connection
. Any project that uses any of those libraries together withHaskellNet-SSL
cannot be built.It is urgent to make the change from
connection
tocrypton-connection
in this library as well.The text was updated successfully, but these errors were encountered: