Skip to content

Commit ca04eb8

Browse files
committed
Major ver bump of msgpack and msgpack-aeson
as both have introduced backward-compat breaking changes since their respective previous releases Also fixup lower bounds
1 parent ffcf904 commit ca04eb8

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

cabal.project.floor-ghc-7.8.4

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ constraints: bytestring installed
66
, binary installed
77
, containers installed
88

9-
, mtl == 2.1.3.1
9+
, mtl == 2.2.1
1010
, vector == 0.10.11.0
1111
, data-binary-ieee754 == 0.4.4
1212
, unordered-containers == 0.2.5.0
1313
, hashable == 1.1.2.4
14-
, text == 1.2.0.0
14+
, text == 1.2.3.0
1515
, scientific == 0.3.2.0
1616
, aeson == 0.8.0.2
1717
, exceptions == 0.8

msgpack-aeson/msgpack-aeson.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.12
22
name: msgpack-aeson
3-
version: 0.1.0.0
3+
version: 0.2.0.0
44

55
synopsis: Aeson adapter for MessagePack
66
description: Aeson adapter for MessagePack
@@ -27,9 +27,9 @@ library
2727
, aeson >= 0.8.0.2 && < 0.12
2828
|| >= 1.0 && < 1.5
2929
, bytestring >= 0.10.4 && < 0.11
30-
, msgpack >= 1.0.0 && < 1.1
30+
, msgpack >= 1.1.0 && < 1.2
3131
, scientific >= 0.3.2 && < 0.4
32-
, text >= 1.2 && < 1.3
32+
, text >= 1.2.3 && < 1.3
3333
, unordered-containers >= 0.2.5 && < 0.3
3434
, vector >= 0.10.11 && < 0.13
3535
, deepseq >= 1.3 && < 1.5

msgpack-rpc/msgpack-rpc.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ library
2828

2929
build-depends: base >= 4.5 && < 4.13
3030
, bytestring >= 0.10.4 && < 0.11
31-
, text >= 1.2 && < 1.3
31+
, text >= 1.2.3 && < 1.3
3232
, network >= 2.6 && < 2.9
3333
|| >= 3.0 && < 3.1
34-
, mtl >= 2.1.3.1 && < 2.3
34+
, mtl >= 2.2.1 && < 2.3
3535
, monad-control >= 1.0.0.0 && < 1.1
3636
, conduit >= 1.2.3.1 && < 1.3
3737
, conduit-extra >= 1.1.3.4 && < 1.3
3838
, binary-conduit >= 1.2.3 && < 1.3
3939
, exceptions >= 0.8 && < 0.11
4040
, binary >= 0.7.1 && < 0.9
41-
, msgpack >= 1.0.0 && < 1.1
41+
, msgpack >= 1.0.0 && < 1.2
4242

4343
test-suite msgpack-rpc-test
4444
default-language: Haskell2010

msgpack/msgpack.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.12
22
name: msgpack
3-
version: 1.0.1.0
3+
version: 1.1.0.0
44

55
synopsis: A Haskell implementation of MessagePack
66
description:
@@ -69,9 +69,9 @@ library
6969
Compat.Binary
7070

7171
build-depends: base >= 4.7 && < 4.13
72-
, mtl >= 2.1.3.1 && < 2.3
72+
, mtl >= 2.2.1 && < 2.3
7373
, bytestring >= 0.10.4 && < 0.11
74-
, text >= 1.2 && < 1.3
74+
, text >= 1.2.3 && < 1.3
7575
, containers >= 0.5.5 && < 0.7
7676
, unordered-containers >= 0.2.5 && < 0.3
7777
, hashable >= 1.1.2.4 && < 1.3

0 commit comments

Comments
 (0)