
I'm starting to get deprecation warnings about Network in the network package. I know this has been in the works for a long time, but now that I search I can't find any info about the rationale and suggested replacement (the deprecation message suggests Network.Socket, but this is a completely different lower level api). Does anyone out there have links to discussions, articles, or whatnot? Thanks in advance!

can't say i have.
maybe contact the libraries committee and or the libraries list to get the
right eyeballs?
On Wed, Oct 31, 2018 at 7:51 PM Evan Laforge
I'm starting to get deprecation warnings about Network in the network package. I know this has been in the works for a long time, but now that I search I can't find any info about the rationale and suggested replacement (the deprecation message suggests Network.Socket, but this is a completely different lower level api). Does anyone out there have links to discussions, articles, or whatnot?
Thanks in advance! _______________________________________________ Haskell-Cafe mailing list To (un)subscribe, modify options or view archives go to: http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe Only members subscribed via the mailman list are allowed to post.

and or ask the authors?
On Sun, Nov 4, 2018 at 12:56 PM Carter Schonwald
can't say i have.
maybe contact the libraries committee and or the libraries list to get the right eyeballs?
On Wed, Oct 31, 2018 at 7:51 PM Evan Laforge
wrote: I'm starting to get deprecation warnings about Network in the network package. I know this has been in the works for a long time, but now that I search I can't find any info about the rationale and suggested replacement (the deprecation message suggests Network.Socket, but this is a completely different lower level api). Does anyone out there have links to discussions, articles, or whatnot?
Thanks in advance! _______________________________________________ Haskell-Cafe mailing list To (un)subscribe, modify options or view archives go to: http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe Only members subscribed via the mailman list are allowed to post.

Does this help?: http://mail.haskell.org/pipermail/haskell-cafe/2018-October/130086.html #g -- On 31/10/2018 23:50, Evan Laforge wrote:
I'm starting to get deprecation warnings about Network in the network package. I know this has been in the works for a long time, but now that I search I can't find any info about the rationale and suggested replacement (the deprecation message suggests Network.Socket, but this is a completely different lower level api). Does anyone out there have links to discussions, articles, or whatnot?
Thanks in advance! _______________________________________________ Haskell-Cafe mailing list To (un)subscribe, modify options or view archives go to: http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe Only members subscribed via the mailman list are allowed to post.

That's about Network.BSD being split off, which is a different thing.
I'll ask Kazu Yamamoto directly, he seems to be primary maintainer
nowadays.
On Mon, Nov 5, 2018 at 3:17 AM Graham Klyne
Does this help?:
http://mail.haskell.org/pipermail/haskell-cafe/2018-October/130086.html
#g --
On 31/10/2018 23:50, Evan Laforge wrote:
I'm starting to get deprecation warnings about Network in the network package. I know this has been in the works for a long time, but now that I search I can't find any info about the rationale and suggested replacement (the deprecation message suggests Network.Socket, but this is a completely different lower level api). Does anyone out there have links to discussions, articles, or whatnot?
Thanks in advance! _______________________________________________ Haskell-Cafe mailing list To (un)subscribe, modify options or view archives go to: http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe Only members subscribed via the mailman list are allowed to post.
participants (3)
-
Carter Schonwald
-
Evan Laforge
-
Graham Klyne