You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King III (JIRA)" <ji...@apache.org> on 2019/01/08 14:51:00 UTC

[jira] [Updated] (THRIFT-4731) Deprecated: "The high level Network interface is no longer supported. Please use Network.Socket"

     [ https://issues.apache.org/jira/browse/THRIFT-4731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James E. King III updated THRIFT-4731:
--------------------------------------
    Environment: ubuntu-bionic thrift build docker container

> Deprecated: "The high level Network interface is no longer supported. Please use Network.Socket"
> ------------------------------------------------------------------------------------------------
>
>                 Key: THRIFT-4731
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4731
>             Project: Thrift
>          Issue Type: Bug
>          Components: Haskell - Library
>    Affects Versions: 0.12.0
>         Environment: ubuntu-bionic thrift build docker container
>            Reporter: James E. King III
>            Priority: Major
>
> {noformat}
> src/Thrift/Server.hs:30:1: warning: [-Wdeprecations]
>     Module `Network' is deprecated:
>       The high level Network interface is no longer supported. Please use Network.Socket.
> src/Thrift/Server.hs:45:22: warning: [-Wdeprecations]
>     In the use of type constructor or class `PortID'
>     (imported from Network):
>     Deprecated: "The high level Network interface is no longer supported. Please use Network.Socket."
> src/Thrift/Server.hs:48:15: warning: [-Wdeprecations]
>     In the use of `listenOn' (imported from Network):
>     Deprecated: "The high level Network interface is no longer supported. Please use Network.Socket."
> src/Thrift/Server.hs:56:77: warning: [-Wdeprecations]
>     In the use of data constructor `PortNumber'
>     (imported from Network):
>     Deprecated: "The high level Network interface is no longer supported. Please use Network.Socket."
> src/Thrift/Server.hs:58:26: warning: [-Wdeprecations]
>     In the use of `accept' (imported from Network):
>     Deprecated: "The high level Network interface is no longer supported. Please use Network.Socket."
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)