File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -80,4 +80,4 @@ shutdown = shakeShut
8080-- e.g., the ofInterestRule.
8181runAction :: String -> IdeState -> Action a -> IO a
8282runAction herald ide act =
83- join $ shakeEnqueue (shakeExtras ide) (mkDelayedAction herald Logger. Info act)
83+ join $ shakeEnqueue (shakeExtras ide) (mkDelayedAction herald Logger. Debug act)
Original file line number Diff line number Diff line change @@ -5492,7 +5492,8 @@ simpleSubDirectoryTest =
54925492 expectNoMoreDiagnostics 0.5
54935493
54945494simpleMultiTest :: TestTree
5495- simpleMultiTest = testCase " simple-multi-test" $ withLongTimeout $ runWithExtraFiles " multi" $ \ dir -> do
5495+ simpleMultiTest = knownBrokenForGhcVersions [GHC92 ] " #2693" $
5496+ testCase " simple-multi-test" $ withLongTimeout $ runWithExtraFiles " multi" $ \ dir -> do
54965497 let aPath = dir </> " a/A.hs"
54975498 bPath = dir </> " b/B.hs"
54985499 adoc <- openDoc aPath " haskell"
You can’t perform that action at this time.
0 commit comments