2016-01-28 Facundo Domínguez 0.4.4.0 * Add compatibility with ghc-8. 2016-01-28 Facundo Domínguez 0.4.3.0 * Derive Binary instances for missing types. * Use auto-derive for Reliability as Binary instance. * Stop testing with ghc-7.4 and build with ghc-7.10. 2015-06-15 Facundo Domínguez 0.4.2.0 * Add NFData instance for EndPointAddress. * Relax dependency bounds. 2014-12-09 Tim Watson 0.4.1.0 * foreigns htonl, ntohl, htons, ntohs are imported from ws2_32 on windows * Created Data instance for EndPointAddress (thanks Andrew Rademacher) 2014-05-30 Tim Watson 0.4.0.0 * Fix build for GHC 7.4 - thanks mboes! * Allow transformers above v5 * Bump binary version to include 0.7.* * Binary instance for 'Reliability' - thanks mboes! * Hashable instance for 'EndPointAddress' 2012-11-22 Edsko de Vries 0.3.0.1 * Relax bounds on Binary 2012-10-03 Edsko de Vries 0.3.0 * Clarify disconnection * Require that 'connect' be "as asynchronous as possible" * Added strictness annotations 2012-07-16 Edsko de Vries 0.2.0.2 * Base 4.6 compatible test suites * Relax package constraints for bytestring 2012-07-16 Edsko de Vries 0.2.0.1 * Hide catch only for base < 4.6 2012-07-07 Edsko de Vries 0.2.0 * Initial release.