diff options
author | Sam T <pxqr.sta@gmail.com> | 2013-05-19 08:13:48 +0400 |
---|---|---|
committer | Sam T <pxqr.sta@gmail.com> | 2013-05-19 08:13:48 +0400 |
commit | 10a36a068d0595336c14a754073f33595a859758 (patch) | |
tree | 774fe3416e637a0bd83b89f2e30d9bbd1f2d28b2 /src/Remote/KRPC/Protocol.hs | |
parent | 3093d1ffb375b70e125bba4aacefa03d56d094c6 (diff) |
~ Return scheme validation back.
Diffstat (limited to 'src/Remote/KRPC/Protocol.hs')
-rw-r--r-- | src/Remote/KRPC/Protocol.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Remote/KRPC/Protocol.hs b/src/Remote/KRPC/Protocol.hs index 3f3b16d0..36a1e38a 100644 --- a/src/Remote/KRPC/Protocol.hs +++ b/src/Remote/KRPC/Protocol.hs | |||
@@ -19,7 +19,7 @@ module Remote.KRPC.Protocol | |||
19 | ( | 19 | ( |
20 | 20 | ||
21 | -- * Error | 21 | -- * Error |
22 | KError(..), errorCode, mkKError | 22 | KError(..), ErrorCode, errorCode, mkKError |
23 | 23 | ||
24 | -- * Query | 24 | -- * Query |
25 | , KQuery(queryMethod, queryArgs), MethodName, ParamName, kquery | 25 | , KQuery(queryMethod, queryArgs), MethodName, ParamName, kquery |