From b050bdfdf834afe8bca8e4c0f09096f6396df508 Mon Sep 17 00:00:00 2001 From: brandon s allbery kf8nh Date: Mon, 29 Apr 2024 16:08:41 -0400 Subject: [PATCH] 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. --- cabal-testsuite/src/Test/Cabal/Server.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cabal-testsuite/src/Test/Cabal/Server.hs b/cabal-testsuite/src/Test/Cabal/Server.hs index 450c6f660c7..145d686bb30 100644 --- a/cabal-testsuite/src/Test/Cabal/Server.hs +++ b/cabal-testsuite/src/Test/Cabal/Server.hs @@ -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