File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ version: 0.1.0.0
6
6
license : MIT
7
7
license-file : LICENSE
8
8
category : Network, JSON
9
- author : grayjay
9
+ maintainer : Kristen Kozak < grayjay@wordroute.com>
10
10
synopsis : JSON RPC 2.0 on the server side.
11
11
build-type : Simple
12
12
extra-source-files : README.md
@@ -19,13 +19,13 @@ description: An implemation of the server side of JSON RPC 2.0.
19
19
See the 'Network.JsonRpc.Server' module for an example.
20
20
21
21
source-repository head
22
- type : git
23
- location : https://github.com/grayjay/json-rpc-server
22
+ type : git
23
+ location : https://github.com/grayjay/json-rpc-server
24
24
25
25
flag demo
26
- description : Builds the demo Happstack JSON RPC server.
27
- default : False
28
- manual : True
26
+ description : Builds the demo Happstack JSON RPC server.
27
+ default : False
28
+ manual : True
29
29
30
30
library
31
31
exposed-modules : Network.JsonRpc.Server
You can’t perform that action at this time.
0 commit comments