summaryrefslogtreecommitdiff
path: root/simplechat.hs
diff options
context:
space:
mode:
Diffstat (limited to 'simplechat.hs')
-rw-r--r--simplechat.hs2
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)
16import Control.Concurrent.Chan 16import Control.Concurrent.Chan
17import Data.HList 17import Data.HList
18 18
19import Server 19import Connection.Tcp
20 20
21 21
22startCon socket st = do 22startCon socket st = do