- Add
Network.Wait.Redis
module with functions to wait for Redis servers to become ready to accept connections. This module and its dependency onhedis
are not enabled by default. Thenetwork-wait:redis
flag must be enabled for this package's Redis support. - Generalise the
recoveringWith
function to allow it to return the result of a computation. - The functions for TCP/Sockets now return the
Socket
if they are successful. - The functions for PostgreSQL now return the
Connection
if they are successful.
- Compatibility with GHC 8.2 and Stack LTS 11
- Add
Network.Wait.PostgreSQL
module with functions to wait for PostgreSQL servers to become ready to accept connections. This module and its dependency onpostgresql-simple
are not enabled by default. Thenetwork-wait:postgres
flag must be enabled for this package's PostgreSQL support.
- First release