This repository was archived by the owner on Apr 4, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ 0.5
2
+ -----------------------------------------------------------------------------
3
+ - bugfix release (#44 , PR #47 ) which exposes ` DontWait ` flag on Windows
4
+ - exports ` socketMonitor `
5
+ - ` Eq ` , ` Typable ` and ` Generic ` instances of socket types
6
+
7
+ 0.4.1
8
+ -----------------------------------------------------------------------------
9
+ - adjust dependencies constraints
10
+
11
+ 0.4
12
+ -----------------------------------------------------------------------------
13
+ - update ` exceptions ` and rework tests
14
+
15
+ 0.3.2
16
+ -----------------------------------------------------------------------------
17
+ - adjust dependencies constraints
18
+
19
+ 0.3.1
20
+ -----------------------------------------------------------------------------
21
+ - preliminary Windows support (#8 )
22
+
23
+ 0.3
24
+ -----------------------------------------------------------------------------
25
+ - remove ` MonadCatchIO-transformers `
26
+ - use ` pkg-config ` (except on Windows)
27
+
28
+ 0.2
29
+ -----------------------------------------------------------------------------
30
+ - add ` disconnect `
31
+
32
+ 0.1
33
+ -----------------------------------------------------------------------------
34
+ - initial release supporting 0MQ 4.x
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ cabal-version: >= 1.8
14
14
build-type : Simple
15
15
extra-source-files :
16
16
README.md
17
+ , CHANGELOG.md
17
18
, AUTHORS
18
19
, examples/*.hs
19
20
, examples/Makefile
You can’t perform that action at this time.
0 commit comments