diff options
Diffstat (limited to 'tests/Shared.hs')
-rw-r--r-- | tests/Shared.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Shared.hs b/tests/Shared.hs index 1060cfc8..16547644 100644 --- a/tests/Shared.hs +++ b/tests/Shared.hs | |||
@@ -12,7 +12,7 @@ module Shared | |||
12 | 12 | ||
13 | import Data.ByteString (ByteString) | 13 | import Data.ByteString (ByteString) |
14 | import Data.BEncode | 14 | import Data.BEncode |
15 | import Remote.KRPC | 15 | import Network.KRPC |
16 | 16 | ||
17 | unitM :: Method () () | 17 | unitM :: Method () () |
18 | unitM = method "unit" [] [] | 18 | unitM = method "unit" [] [] |