network-simple-tls v0.2.0 Release Notes

Release Date: 2013-09-22 // over 10 years ago
    • Re-export Socket, SockAddr, HostName and ServiceName from Network.Socket at Network.Simple.TCP.TLS.

    • Re-export Context from Network.TLS at Network.Simple.TCP.TLS.

    • Generalize the IO monad by using MonadIO and MonadCatch (from the exceptions library).

    • ➕ Added makeClientContext, makeServerContext and useTlsThenClose.

    • 👉 Use Socket as a TLS backend instead of Handle.

    • ⬇️ Drop dependency on monad-random-api in favour of monad-random.

    • Dependency bumps.