File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -174,11 +174,13 @@ module Network.Socket (
174
174
whenSupported ,
175
175
getSocketOption ,
176
176
setSocketOption ,
177
+
177
178
-- ** General socket options
178
179
StructLinger (.. ),
179
180
SocketTimeout (.. ),
180
181
getSockOpt ,
181
182
setSockOpt ,
183
+
182
184
-- ** Integrated socket options
183
185
SockOptValue (.. ),
184
186
setSockOptValue ,
@@ -391,17 +393,16 @@ module Network.Socket (
391
393
waitAndCancelReadSocketSTM ,
392
394
waitWriteSocketSTM ,
393
395
waitAndCancelWriteSocketSTM ,
396
+
397
+ -- * Deprecated
398
+ withSocketsDo ,
394
399
) where
395
400
396
401
import Network.Socket.Buffer hiding (
397
402
recvBufFrom ,
398
403
recvBufMsg ,
399
404
sendBufMsg ,
400
405
sendBufTo ,
401
-
402
- -- * Initialisation on Windows
403
- withSocketsDo ,
404
-
405
406
)
406
407
import Network.Socket.Cbits
407
408
import Network.Socket.Fcntl
You can’t perform that action at this time.
0 commit comments