diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Client.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Client.hs b/tests/Client.hs index b92f7094..2b49bd82 100644 --- a/tests/Client.hs +++ b/tests/Client.hs | |||
@@ -18,7 +18,7 @@ import Network.Socket | |||
18 | import Shared | 18 | import Shared |
19 | 19 | ||
20 | 20 | ||
21 | addr :: RemoteAddr | 21 | addr :: SockAddr |
22 | addr = SockAddrInet 6000 0 | 22 | addr = SockAddrInet 6000 0 |
23 | 23 | ||
24 | withServ :: FilePath -> IO () -> IO () | 24 | withServ :: FilePath -> IO () -> IO () |