Skip to content

Commit 7579201

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 b38d082 commit 7579201

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
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)