diff options
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 |