Skip to content

Commit dab6a26

Browse files
committed
Added homepage and issue tracker.
1 parent 561bbf8 commit dab6a26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

json-rpc-server.cabal

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ build-type: Simple
1212
extra-source-files: changelog.md
1313
cabal-version: >=1.8
1414
tested-with: GHC == 7.0.1, GHC == 7.6.2, GHC == 7.8.3, GHC == 7.10.1
15+
homepage: https://github.com/grayjay/json-rpc-server
16+
bug-reports: https://github.com/grayjay/json-rpc-server/issues
1517
description: An implementation of the server side of JSON-RPC 2.0.
1618
See <http://www.jsonrpc.org/specification>. This
1719
library uses 'ByteString' for input and output,
@@ -24,7 +26,7 @@ description: An implementation of the server side of JSON-RPC 2.0.
2426

2527
source-repository head
2628
type: git
27-
location: https://github.com/grayjay/json-rpc-server
29+
location: git://github.com/grayjay/json-rpc-server.git
2830

2931
flag demo
3032
description: Builds the JSON-RPC demo.

0 commit comments

Comments
 (0)