summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/testTox.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/testTox.hs b/examples/testTox.hs
index 53cb3586..531841be 100644
--- a/examples/testTox.hs
+++ b/examples/testTox.hs
@@ -1,4 +1,5 @@
1{-# LANGUAGE NamedFieldPuns #-} 1{-# LANGUAGE NamedFieldPuns #-}
2{-# LANGUAGE OverloadedStrings #-}
2import Control.Concurrent (threadDelay) 3import Control.Concurrent (threadDelay)
3import Control.Concurrent.STM.TChan 4import Control.Concurrent.STM.TChan
4import Control.Concurrent.STM.TMChan 5import Control.Concurrent.STM.TMChan