summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Client.hs2
-rw-r--r--tests/Server.hs2
-rw-r--r--tests/Shared.hs2
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)
14import Test.Framework 14import Test.Framework
15import Test.Framework.Providers.HUnit 15import Test.Framework.Providers.HUnit
16 16
17import Remote.KRPC 17import Network.KRPC
18import Shared 18import 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 @@
2module Main (main) where 2module Main (main) where
3 3
4import Data.BEncode 4import Data.BEncode
5import Remote.KRPC 5import Network.KRPC
6import Shared 6import 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
13import Data.ByteString (ByteString) 13import Data.ByteString (ByteString)
14import Data.BEncode 14import Data.BEncode
15import Remote.KRPC 15import Network.KRPC
16 16
17unitM :: Method () () 17unitM :: Method () ()
18unitM = method "unit" [] [] 18unitM = method "unit" [] []