-
Notifications
You must be signed in to change notification settings - Fork 189
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
Why is unpackFamily deprecated? #324
Comments
In 3.0, both If there are any other such APIs, please let me know. I will fix them in 2.7.0.1. |
Thanks. The other deprecation warning I'm looking at is |
The definition of data Socket = Socket (IORef CInt) CInt {- for Show -} So, we will not have status of sockets. |
Done. |
There are a few deprecation warnings here that are missing some documentation - 2156c61 and 655e2f5 - Why are they deprecated, what's wrong with them, and what should we use instead?
In particular, I'm wondering what we'll need to do to upgrade https://github.com/ddfisher/haskell-socket-activation/blob/db6a14da89aa7a5411063303a820d7bde601e665/Network/Socket/Activation.hs#L45
The text was updated successfully, but these errors were encountered: