Skip to content

Commit

Permalink
fix for Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed May 28, 2018
1 parent 1f61655 commit 3de0e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Network/Socket/ByteString/Lazy/Windows.hs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Data.Int (Int64)

import Network.Socket (Socket(..))
import qualified Network.Socket.ByteString as Socket
import Network.Socket.ByteString.Internal (c_writev, waitWhen0)
import Network.Socket.ByteString.Internal (waitWhen0)

-- -----------------------------------------------------------------------------
-- Sending
Expand Down

0 comments on commit 3de0e8c

Please sign in to comment.