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
src/Data/Swagger/Internal.hs:43:1: warning: [-Wdeprecations]
Module ‘Network’ is deprecated:
The high level Network interface is no longer supported. Please use Network.Socket.
|
43 | import Network (HostName, PortNumber)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Let's migrate to use non-deprecated Network.Socket.
The text was updated successfully, but these errors were encountered:
Let's migrate to use non-deprecated
Network.Socket
.The text was updated successfully, but these errors were encountered: