diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Client.hs | 2 | ||||
-rw-r--r-- | tests/Server.hs | 2 | ||||
-rw-r--r-- | tests/Shared.hs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/Client.hs b/tests/Client.hs index 313cd56e..db7a3219 100644 --- a/tests/Client.hs +++ b/tests/Client.hs | |||
@@ -14,7 +14,7 @@ import Test.HUnit hiding (Test) | |||
14 | import Test.Framework | 14 | import Test.Framework |
15 | import Test.Framework.Providers.HUnit | 15 | import Test.Framework.Providers.HUnit |
16 | 16 | ||
17 | import Remote.KRPC | 17 | import Network.KRPC |
18 | import Shared | 18 | import Shared |
19 | 19 | ||
20 | 20 | ||
diff --git a/tests/Server.hs b/tests/Server.hs index aaf6d9f2..9e70b70b 100644 --- a/tests/Server.hs +++ b/tests/Server.hs | |||
@@ -2,7 +2,7 @@ | |||
2 | module Main (main) where | 2 | module Main (main) where |
3 | 3 | ||
4 | import Data.BEncode | 4 | import Data.BEncode |
5 | import Remote.KRPC | 5 | import Network.KRPC |
6 | import Shared | 6 | import Shared |
7 | 7 | ||
8 | 8 | ||
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" [] [] |