diff options
Diffstat (limited to 'Connection')
-rw-r--r-- | Connection/Tcp.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Connection/Tcp.hs b/Connection/Tcp.hs index 97b78eda..a59f35d1 100644 --- a/Connection/Tcp.hs +++ b/Connection/Tcp.hs | |||
@@ -82,6 +82,7 @@ import Network.SocketLike hiding (sClose) | |||
82 | import qualified Connection as G | 82 | import qualified Connection as G |
83 | ;import Connection (Manager (..), PeerAddress (..), Policy (..)) | 83 | ;import Connection (Manager (..), PeerAddress (..), Policy (..)) |
84 | import DPut | 84 | import DPut |
85 | import DebugTag | ||
85 | 86 | ||
86 | 87 | ||
87 | type Microseconds = Int | 88 | type Microseconds = Int |