We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b78a13 commit 92c1893Copy full SHA for 92c1893
cabal-testsuite/src/Test/Cabal/Server.hs
@@ -253,6 +253,7 @@ startServer chan senv = do
253
254
-- | Unmasked initialization for the server
255
initServer :: Server -> IO Server
256
+{- FOURMOLU_DISABLE -}
257
initServer s0 = do
258
-- NB: withProcessHandle reads an MVar and is interruptible
259
@@ -275,6 +276,7 @@ initServer s0 = do
275
276
write s ":set prompt \"\""
277
write s "System.IO.hSetBuffering System.IO.stdout System.IO.LineBuffering"
278
return s
279
+{- FOURMOLU_ENABLE -}
280
281
-- | Stop a GHCi session.
282
stopServer :: Server -> IO ()
0 commit comments