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:38:00 UTC

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

James E. King III created THRIFT-4731:
-----------------------------------------

             Summary: 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
            Reporter: James E. King III


{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)