summaryrefslogtreecommitdiff
path: root/src/Network/KRPC.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/KRPC.hs')
-rw-r--r--src/Network/KRPC.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Network/KRPC.hs b/src/Network/KRPC.hs
index 5c913daa..e667853a 100644
--- a/src/Network/KRPC.hs
+++ b/src/Network/KRPC.hs
@@ -94,7 +94,7 @@
94{-# LANGUAGE KindSignatures #-} 94{-# LANGUAGE KindSignatures #-}
95{-# LANGUAGE ScopedTypeVariables #-} 95{-# LANGUAGE ScopedTypeVariables #-}
96{-# LANGUAGE DeriveGeneric #-} 96{-# LANGUAGE DeriveGeneric #-}
97module Remote.KRPC 97module Network.KRPC
98 ( -- * Method 98 ( -- * Method
99 Method(..) 99 Method(..)
100 , method, idM 100 , method, idM
@@ -128,7 +128,7 @@ import Data.Typeable
128import Network 128import Network
129import GHC.Generics 129import GHC.Generics
130 130
131import Remote.KRPC.Protocol 131import Network.KRPC.Protocol
132 132
133 133
134-- | Method datatype used to describe name, parameters and return 134-- | Method datatype used to describe name, parameters and return