Skip to content

Commit a971b70

Browse files
committed
Increased aeson and HUnit upper bounds.
1 parent e629416 commit a971b70

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

json-rpc-client.cabal

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json-rpc-client
2-
version: 0.2.1.0
2+
version: 0.2.2.0
33
license: MIT
44
license-file: LICENSE
55
category: Network, JSON
@@ -39,7 +39,7 @@ library
3939
Network.JsonRpc.ServerAdapter
4040
build-depends: base >=4.3.1 && <4.9,
4141
json-rpc-server >=0.2 && <0.3,
42-
aeson >=0.7 && <0.10,
42+
aeson >=0.7 && <0.11,
4343
bytestring >=0.9.1 && <0.11,
4444
mtl >=2.2.1 && <2.3,
4545
text >=0.11.2 && <1.3,
@@ -58,7 +58,7 @@ executable demo-server
5858
build-depends: base >=4.3.1 && <4.9,
5959
json-rpc-client,
6060
json-rpc-server >=0.2 && <0.3,
61-
aeson >=0.7 && <0.10,
61+
aeson >=0.7 && <0.11,
6262
bytestring >=0.9.2 && <0.11,
6363
mtl >=2.2.1 && <2.3,
6464
text >=0.11.2 && <1.3
@@ -75,7 +75,7 @@ executable demo-client
7575
json-rpc-client,
7676
json-rpc-server >=0.2 && <0.3,
7777
process >=1.1.0 && <1.3,
78-
aeson >=0.7 && <0.10,
78+
aeson >=0.7 && <0.11,
7979
bytestring >=0.9.2 && <0.11,
8080
mtl >=2.2.1 && <2.3,
8181
text >=0.11.2 && <1.3
@@ -91,14 +91,14 @@ test-suite tests
9191
build-depends: base >=4.3.1 && <4.9,
9292
json-rpc-client,
9393
json-rpc-server >=0.2 && <0.3,
94-
aeson >=0.7 && <0.10,
94+
aeson >=0.7 && <0.11,
9595
bytestring >=0.9.1 && <0.11,
9696
mtl >=2.2.1 && <2.3,
9797
scientific >=0.2 && <0.4,
9898
text >=0.11.2 && <1.3,
9999
unordered-containers >=0.2.3 && <0.3,
100100
vector >=0.10 && <0.12,
101-
HUnit >=1.2.4 && <1.3,
101+
HUnit >=1.2.4 && <1.4,
102102
QuickCheck >=2.4.2 && <2.9,
103103
test-framework >=0.6 && <0.9,
104104
test-framework-hunit >=0.3 && <0.4,

0 commit comments

Comments
 (0)