X-Git-Url: http://www.average.org/gitweb/?a=blobdiff_plain;f=Data%2FJsonRpcClient.hs;h=573e94df14529337d3d04b4cf44eb9a508a85978;hb=e76cfb2c55808966d70deb1d6fe73a5102590c68;hp=cf23d54a2046bdc3ca62c65bf8254e3dcc77ae5b;hpb=5814aa33eb4b29fbfb95333d8dcbaf991e6d0d10;p=pdns-pipe-nmc.git 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