Skip to content

Commit b050bdf

Browse files
committed
copy an import list from #9551
because `System.Process.Internals` just (like, within the past hour or so) started exporting a name we are using.
1 parent 933c62f commit b050bdf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cabal-testsuite/src/Test/Cabal/Server.hs

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ import qualified GHC.IO.Exception as GHC
4040
import Distribution.Verbosity
4141

4242
import System.Process.Internals
43+
( ProcessHandle__( OpenHandle )
44+
, withProcessHandle
45+
)
4346
#if mingw32_HOST_OS
4447
import qualified System.Win32.Process as Win32
4548
#endif

0 commit comments

Comments
 (0)