Skip to content

Commit 92c1893

Browse files
committed
FOURMOLU_DISABLE Test.Cabal.Server
1 parent 6b78a13 commit 92c1893

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ startServer chan senv = do
253253

254254
-- | Unmasked initialization for the server
255255
initServer :: Server -> IO Server
256+
{- FOURMOLU_DISABLE -}
256257
initServer s0 = do
257258
-- NB: withProcessHandle reads an MVar and is interruptible
258259

@@ -275,6 +276,7 @@ initServer s0 = do
275276
write s ":set prompt \"\""
276277
write s "System.IO.hSetBuffering System.IO.stdout System.IO.LineBuffering"
277278
return s
279+
{- FOURMOLU_ENABLE -}
278280

279281
-- | Stop a GHCi session.
280282
stopServer :: Server -> IO ()

0 commit comments

Comments
 (0)