File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ constraints: bytestring installed
6
6
, binary installed
7
7
, containers installed
8
8
9
- , mtl == 2.1.3 .1
9
+ , mtl == 2.2 .1
10
10
, vector == 0.10.11.0
11
11
, data-binary-ieee754 == 0.4.4
12
12
, unordered-containers == 0.2.5.0
13
13
, hashable == 1.1.2.4
14
- , text == 1.2.0 .0
14
+ , text == 1.2.3 .0
15
15
, scientific == 0.3.2.0
16
16
, aeson == 0.8.0.2
17
17
, exceptions == 0.8
Original file line number Diff line number Diff line change 1
1
cabal-version : 1.12
2
2
name : msgpack-aeson
3
- version : 0.1 .0.0
3
+ version : 0.2 .0.0
4
4
5
5
synopsis : Aeson adapter for MessagePack
6
6
description : Aeson adapter for MessagePack
@@ -27,9 +27,9 @@ library
27
27
, aeson >= 0.8.0.2 && < 0.12
28
28
|| >= 1.0 && < 1.5
29
29
, bytestring >= 0.10.4 && < 0.11
30
- , msgpack >= 1.0 .0 && < 1.1
30
+ , msgpack >= 1.1 .0 && < 1.2
31
31
, scientific >= 0.3.2 && < 0.4
32
- , text >= 1.2 && < 1.3
32
+ , text >= 1.2.3 && < 1.3
33
33
, unordered-containers >= 0.2.5 && < 0.3
34
34
, vector >= 0.10.11 && < 0.13
35
35
, deepseq >= 1.3 && < 1.5
Original file line number Diff line number Diff line change @@ -28,17 +28,17 @@ library
28
28
29
29
build-depends : base >= 4.5 && < 4.13
30
30
, bytestring >= 0.10.4 && < 0.11
31
- , text >= 1.2 && < 1.3
31
+ , text >= 1.2.3 && < 1.3
32
32
, network >= 2.6 && < 2.9
33
33
|| >= 3.0 && < 3.1
34
- , mtl >= 2.1.3.1 && < 2.3
34
+ , mtl >= 2.2.1 && < 2.3
35
35
, monad-control >= 1.0.0.0 && < 1.1
36
36
, conduit >= 1.2.3.1 && < 1.3
37
37
, conduit-extra >= 1.1.3.4 && < 1.3
38
38
, binary-conduit >= 1.2.3 && < 1.3
39
39
, exceptions >= 0.8 && < 0.11
40
40
, binary >= 0.7.1 && < 0.9
41
- , msgpack >= 1.0.0 && < 1.1
41
+ , msgpack >= 1.0.0 && < 1.2
42
42
43
43
test-suite msgpack-rpc-test
44
44
default-language : Haskell2010
Original file line number Diff line number Diff line change 1
1
cabal-version : 1.12
2
2
name : msgpack
3
- version : 1.0.1 .0
3
+ version : 1.1.0 .0
4
4
5
5
synopsis : A Haskell implementation of MessagePack
6
6
description :
@@ -69,9 +69,9 @@ library
69
69
Compat.Binary
70
70
71
71
build-depends : base >= 4.7 && < 4.13
72
- , mtl >= 2.1.3.1 && < 2.3
72
+ , mtl >= 2.2.1 && < 2.3
73
73
, bytestring >= 0.10.4 && < 0.11
74
- , text >= 1.2 && < 1.3
74
+ , text >= 1.2.3 && < 1.3
75
75
, containers >= 0.5.5 && < 0.7
76
76
, unordered-containers >= 0.2.5 && < 0.3
77
77
, hashable >= 1.1.2.4 && < 1.3
You can’t perform that action at this time.
0 commit comments