Skip to content

Commit

Permalink
fixing haskell#596
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Jan 6, 2025
1 parent e6278fa commit ca0a569
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Network/Socket.hs
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,13 @@ module Network.Socket (
whenSupported,
getSocketOption,
setSocketOption,

-- ** General socket options
StructLinger (..),
SocketTimeout (..),
getSockOpt,
setSockOpt,

-- ** Integrated socket options
SockOptValue (..),
setSockOptValue,
Expand Down Expand Up @@ -391,17 +393,16 @@ module Network.Socket (
waitAndCancelReadSocketSTM,
waitWriteSocketSTM,
waitAndCancelWriteSocketSTM,

-- * Deprecated
withSocketsDo,
) where

import Network.Socket.Buffer hiding (
recvBufFrom,
recvBufMsg,
sendBufMsg,
sendBufTo,

-- * Initialisation on Windows
withSocketsDo,

)
import Network.Socket.Cbits
import Network.Socket.Fcntl
Expand Down

0 comments on commit ca0a569

Please sign in to comment.