Skip to content

Commit d063ded

Browse files
committed
Expanded text version range
1 parent bfd653e commit d063ded

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

json-rpc-server.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- documentation, see http://haskell.org/cabal/users-guide/
33

44
name: json-rpc-server
5-
version: 0.1.2.0
5+
version: 0.1.3.0
66
license: MIT
77
license-file: LICENSE
88
category: Network, JSON
@@ -34,7 +34,7 @@ library
3434
aeson >=0.6 && <0.9,
3535
bytestring >=0.9 && <0.11,
3636
mtl >=1.1.1 && <2.3,
37-
text >=0.11 && <1.2,
37+
text >=0.11 && <1.3,
3838
vector >=0.7.1 && <0.11,
3939
unordered-containers >=0.1 && <0.3
4040
hs-source-dirs: src
@@ -65,7 +65,7 @@ test-suite tests
6565
aeson >=0.6 && <0.9,
6666
bytestring >=0.9 && <0.11,
6767
mtl >=1.1.1 && <2.3,
68-
text >=0.11 && <1.2,
68+
text >=0.11 && <1.3,
6969
vector >=0.7.1 && <0.11,
7070
unordered-containers >=0.1 && <0.3
7171
ghc-options: -Wall

0 commit comments

Comments
 (0)