diff options
author | James Crayne <jim.crayne@gmail.com> | 2018-11-04 03:25:21 -0500 |
---|---|---|
committer | James Crayne <jim.crayne@gmail.com> | 2018-11-04 03:25:21 -0500 |
commit | 5f5aa818f8484570349e75a061d7b37cc9fe826a (patch) | |
tree | 9a574cc572d2caa4af9571a4776d207250e93add /Connection | |
parent | df787ee7eea3d0d6e0defdc4a7cbe646ca062feb (diff) |
Preparation to move DPut to a separate project.
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 |