Skip to content

Commit a387bc1

Browse files
committed
Expanded dependency version ranges.
1 parent 786ca59 commit a387bc1

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

json-rpc-client.cabal

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
name: json-rpc-client
2-
version: 0.1.3.0
2+
version: 0.1.4.0
33
license: MIT
44
license-file: LICENSE
55
category: Network, JSON
66
author: Kristen Kozak
77
maintainer: Kristen Kozak <[email protected]>
88
synopsis: JSON-RPC 2.0 on the client side.
99
build-type: Simple
10-
extra-source-files: README.md
1110
cabal-version: >=1.10
1211
tested-with: GHC == 7.0.4, GHC == 7.4.2, GHC == 7.6.3,
1312
GHC == 7.8.3, GHC == 7.10.1
@@ -37,7 +36,7 @@ library
3736
Network.JsonRpc.ServerAdapter
3837
build-depends: base >=4.3.1 && <4.9,
3938
json-rpc-server >=0.1.4 && <0.2,
40-
aeson >=0.7 && <0.9,
39+
aeson >=0.7 && <0.10,
4140
bytestring >=0.9.1 && <0.11,
4241
mtl >=2.1.1 && <2.3,
4342
text >=0.11.2 && <1.3,
@@ -56,7 +55,7 @@ executable demo-server
5655
build-depends: base >=4.3.1 && <4.9,
5756
json-rpc-client,
5857
json-rpc-server >=0.1.4 && <0.2,
59-
aeson >=0.7 && <0.9,
58+
aeson >=0.7 && <0.10,
6059
bytestring >=0.9.2 && <0.11,
6160
mtl >=2.1.1 && <2.3,
6261
text >=0.11.2 && <1.3
@@ -73,7 +72,7 @@ executable demo-client
7372
json-rpc-client,
7473
json-rpc-server >=0.1.4 && <0.2,
7574
process >=1.1.0 && <1.3,
76-
aeson >=0.7 && <0.9,
75+
aeson >=0.7 && <0.10,
7776
bytestring >=0.9.2 && <0.11,
7877
mtl >=2.1.1 && <2.3,
7978
text >=0.11.2 && <1.3
@@ -89,15 +88,15 @@ test-suite tests
8988
build-depends: base >=4.3.1 && <4.9,
9089
json-rpc-client,
9190
json-rpc-server >=0.1.4 && <0.2,
92-
aeson >=0.7 && <0.9,
91+
aeson >=0.7 && <0.10,
9392
bytestring >=0.9.1 && <0.11,
9493
mtl >=2.1.1 && <2.3,
9594
scientific >=0.2 && <0.4,
9695
text >=0.11.2 && <1.3,
9796
unordered-containers >=0.2.3 && <0.3,
9897
vector >=0.10 && <0.11,
9998
HUnit >=1.2.4 && <1.3,
100-
QuickCheck >=2.4.2 && <2.8,
99+
QuickCheck >=2.4.2 && <2.9,
101100
test-framework >=0.6 && <0.9,
102101
test-framework-hunit >=0.3 && <0.4,
103102
test-framework-quickcheck2 >=0.3 && <0.4

0 commit comments

Comments
 (0)