Discussion:
[Haskell-cafe] Network deprecation
Evan Laforge
2018-10-31 23:50:31 UTC
Permalink
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!
Carter Schonwald
2018-11-04 17:56:32 UTC
Permalink
can't say i have.

maybe contact the libraries committee and or the libraries list to get the
right eyeballs?
Post by 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
http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
Only members subscribed via the mailman list are allowed to post.
Carter Schonwald
2018-11-04 18:27:30 UTC
Permalink
and or ask the authors?
Post by Carter Schonwald
can't say i have.
maybe contact the libraries committee and or the libraries list to get the
right eyeballs?
Post by 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
http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
Only members subscribed via the mailman list are allowed to post.
Graham Klyne
2018-11-05 11:17:38 UTC
Permalink
Does this help?:

http://mail.haskell.org/pipermail/haskell-cafe/2018-October/130086.html

#g
--
Post by 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
http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
Only members subscribed via the mailman list are allowed to post.
Evan Laforge
2018-11-06 01:39:57 UTC
Permalink
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
Post by Graham Klyne
http://mail.haskell.org/pipermail/haskell-cafe/2018-October/130086.html
#g
--
Post by 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
http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
Only members subscribed via the mailman list are allowed to post.
Loading...