We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd653e commit d063dedCopy full SHA for d063ded
json-rpc-server.cabal
@@ -2,7 +2,7 @@
2
-- documentation, see http://haskell.org/cabal/users-guide/
3
4
name: json-rpc-server
5
-version: 0.1.2.0
+version: 0.1.3.0
6
license: MIT
7
license-file: LICENSE
8
category: Network, JSON
@@ -34,7 +34,7 @@ library
34
aeson >=0.6 && <0.9,
35
bytestring >=0.9 && <0.11,
36
mtl >=1.1.1 && <2.3,
37
- text >=0.11 && <1.2,
+ text >=0.11 && <1.3,
38
vector >=0.7.1 && <0.11,
39
unordered-containers >=0.1 && <0.3
40
hs-source-dirs: src
@@ -65,7 +65,7 @@ test-suite tests
65
66
67
68
69
70
71
ghc-options: -Wall
0 commit comments