]> www.average.org Git - pdns-pipe-nmc.git/blobdiff - Data/JsonRpcClient.hs
wip convert to other http client
[pdns-pipe-nmc.git] / Data / JsonRpcClient.hs
index cf23d54a2046bdc3ca62c65bf8254e3dcc77ae5b..573e94df14529337d3d04b4cf44eb9a508a85978 100644 (file)
@@ -1,8 +1,8 @@
 {-# LANGUAGE OverloadedStrings #-}
 
-module JsonRpcClient
+module Data.JsonRpcClient
                 ( JsonRpcVersion(JsonRpcV1, JsonRpcV2)
-                , JsonRpcRequest
+                , JsonRpcRequest(..)
                 , JsonRpcNotification
                 , JsonRpcError(..)
                 , parseJsonRpc