File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -80,4 +80,4 @@ shutdown = shakeShut
80
80
-- e.g., the ofInterestRule.
81
81
runAction :: String -> IdeState -> Action a -> IO a
82
82
runAction 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 =
5492
5492
expectNoMoreDiagnostics 0.5
5493
5493
5494
5494
simpleMultiTest :: 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
5496
5497
let aPath = dir </> " a/A.hs"
5497
5498
bPath = dir </> " b/B.hs"
5498
5499
adoc <- openDoc aPath " haskell"
You can’t perform that action at this time.
0 commit comments