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 4487503 commit 7dab1eeCopy full SHA for 7dab1ee
ghcide/test/exe/Main.hs
@@ -3653,6 +3653,9 @@ checkFileCompiles fp diag =
3653
pluginSimpleTests :: TestTree
3654
pluginSimpleTests =
3655
ignoreInWindowsForGHC88And810 $
3656
+#if __GLASGOW_HASKELL__ == 810 && __GLASGOW_HASKELL_PATCHLEVEL1__ == 5
3657
+ expectFailBecause "known broken (see GHC #19763)" $
3658
+#endif
3659
testSessionWithExtraFiles "plugin-knownnat" "simple plugin" $ \dir -> do
3660
_ <- openDoc (dir </> "KnownNat.hs") "haskell"
3661
liftIO $ writeFile (dir</>"hie.yaml")
0 commit comments