diff options
Diffstat (limited to 'simplechat.hs')
-rw-r--r-- | simplechat.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simplechat.hs b/simplechat.hs index bf592db3..84b33e13 100644 --- a/simplechat.hs +++ b/simplechat.hs | |||
@@ -16,7 +16,7 @@ import Control.Concurrent (forkIO) | |||
16 | import Control.Concurrent.Chan | 16 | import Control.Concurrent.Chan |
17 | import Data.HList | 17 | import Data.HList |
18 | 18 | ||
19 | import Server | 19 | import Connection.Tcp |
20 | 20 | ||
21 | 21 | ||
22 | startCon socket st = do | 22 | startCon socket st = do |