This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
/
ChangeLog
81 lines (48 loc) · 2.39 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
2024-03-25 David Simmons-Duffin <[email protected]> 0.5.7
* Bump bytestring and deepseq versions to build with GHC 9.8.
2022-08-30 Facundo Domínguez <[email protected]> 0.5.6
* Fix extension fields in the cabal file (#41).
2022-08-09 Facundo Domínguez <[email protected]> 0.5.5
* Relax dependency bounds to build with ghc9 (#40).
2019-05-12 Facundo Domínguez <[email protected]> 0.5.4
* Fix documentation typo (#39).
2019-05-12 Facundo Domínguez <[email protected]> 0.5.3
* Relax upper bound of hashable.
2017-07-25 Facundo Domínguez <[email protected]> 0.5.2
* prependLength checks for overflow (5608f0f)
* Drop inlinePerformIO for unsafeDupablePerformIO (18bf80c)
* Have travis build n-t even with no tests (7ffe43e)
2017-02-23 Facundo Domínguez <[email protected]> 0.5.1
* Add {encode|decode}{Word|Enum|Num}{32|16}.
* Removed {encode|decode}Int{32|16}
2016-01-28 Facundo Domínguez <[email protected]> 0.4.4.0
* Add compatibility with ghc-8.
2016-01-28 Facundo Domínguez <[email protected]> 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 <[email protected]> 0.4.2.0
* Add NFData instance for EndPointAddress.
* Relax dependency bounds.
2014-12-09 Tim Watson <[email protected]> 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 <[email protected]> 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 <[email protected]> 0.3.0.1
* Relax bounds on Binary
2012-10-03 Edsko de Vries <[email protected]> 0.3.0
* Clarify disconnection
* Require that 'connect' be "as asynchronous as possible"
* Added strictness annotations
2012-07-16 Edsko de Vries <[email protected]> 0.2.0.2
* Base 4.6 compatible test suites
* Relax package constraints for bytestring
2012-07-16 Edsko de Vries <[email protected]> 0.2.0.1
* Hide catch only for base < 4.6
2012-07-07 Edsko de Vries <[email protected]> 0.2.0
* Initial release.