Skip to content

Commit adc7cfb

Browse files
committed
UNIX requires catchIOError
1 parent ecd9440 commit adc7cfb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Network/Socket/Syscall.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ module Network.Socket.Syscall where
66

77
import Foreign.Marshal.Utils (with)
88
import qualified Control.Exception as E
9-
# if defined(mingw32_HOST_OS)
109
import System.IO.Error (catchIOError)
11-
#endif
1210

1311
#if defined(mingw32_HOST_OS)
1412
import Control.Exception (bracket)

0 commit comments

Comments
 (0)