[GHC] #16223: hWaitForInput is broken on Windows

#16223: hWaitForInput is broken on Windows -------------------------------------+------------------------------------- Reporter: bgamari | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.6.3 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- As noted in #16160: {{{ Compile failed (exit code 1) errors were: [1 of 1] Compiling Main ( hWaitForInput-accurate-socket.hs, hWaitForInput-accurate-socket.o ) hWaitForInput-accurate-socket.hs:8:1: error: Could not find module ‘System.Posix.IO’ Use -v (or `:set -v` in ghci) to see a list of the files searched for. *** unexpected failure for hWaitForInput-accurate-socket(normal) }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/16223 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#16223: hWaitForInput is broken on Windows -------------------------------------+------------------------------------- Reporter: bgamari | Owner: (none) Type: bug | Status: patch Priority: normal | Milestone: Component: Compiler | Version: 8.6.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: new => patch Comment: Hopefully fixed in https://gitlab.haskell.org/ghc/ghc/merge_requests/201. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/16223#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC