Skip to content

Commit acf7882

Browse files
committed
Cleanup.
1 parent 773b632 commit acf7882

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

demo/Server.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
module Main (main) where
55

66
import Signatures (concatenateSig, incrementSig)
7-
import Network.JsonRpc.Server (Methods, Method, call, toMethods)
7+
import Network.JsonRpc.Server (Method, call, toMethods)
88
import Network.JsonRpc.ServerAdapter (toServerMethod)
99
import System.IO (hFlush, stdout)
1010
import qualified Data.ByteString.Lazy.Char8 as B

json-rpc-client.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ description: Functions for creating a JSON-RPC 2.0 client. See
1818
<http://hackage.haskell.org/package/json-rpc-server json-rpc-server>.
1919
This library does not handle transport, so a function for
2020
communicating with the server must be provided.
21-
The <src/demo demo folder> contains an example client and
22-
server that can be compiled with the demo flag. See
23-
"Network.JsonRpc.Client" for details.
21+
The demo folder contains an example client and server that can
22+
be compiled with the demo flag. See "Network.JsonRpc.Client"
23+
for details.
2424

2525
source-repository head
2626
type: git

0 commit comments

Comments
 (0)