X-Git-Url: http://www.average.org/gitweb/?p=pdns-pipe-nmc.git;a=blobdiff_plain;f=Data%2FJsonRpcClient.hs;h=573e94df14529337d3d04b4cf44eb9a508a85978;hp=cf23d54a2046bdc3ca62c65bf8254e3dcc77ae5b;hb=8234458b3e8d0f3a14ca178a34866aacf7772373;hpb=48d44d6eb285d47660396d7017cc72464552a462 diff --git a/Data/JsonRpcClient.hs b/Data/JsonRpcClient.hs index cf23d54..573e94d 100644 --- a/Data/JsonRpcClient.hs +++ b/Data/JsonRpcClient.hs @@ -1,8 +1,8 @@ {-# LANGUAGE OverloadedStrings #-} -module JsonRpcClient +module Data.JsonRpcClient ( JsonRpcVersion(JsonRpcV1, JsonRpcV2) - , JsonRpcRequest + , JsonRpcRequest(..) , JsonRpcNotification , JsonRpcError(..) , parseJsonRpc