Skip to content

Commit

Permalink
copy an import list from #9551
Browse files Browse the repository at this point in the history
because `System.Process.Internals` just (like, within the past
hour or so) started exporting a name we are using.
  • Loading branch information
geekosaur committed Apr 29, 2024
1 parent b38d082 commit 7579201
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cabal-testsuite/src/Test/Cabal/Server.hs
Expand Up @@ -40,6 +40,9 @@ import qualified GHC.IO.Exception as GHC
import Distribution.Verbosity

import System.Process.Internals
( ProcessHandle__( OpenHandle )
, withProcessHandle
)
#if mingw32_HOST_OS
import qualified System.Win32.Process as Win32
#endif
Expand Down

0 comments on commit 7579201

Please sign in to comment.