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.
simple plugin
1 parent 5b6549f commit 432a2c4Copy full SHA for 432a2c4
ghcide/test/exe/Main.hs
@@ -1248,7 +1248,8 @@ pluginSimpleTests =
1248
1249
-- Error: cabal: Failed to build ghc-typelits-natnormalise-0.7.7 (which is
1250
-- required by plugin-1.0.0). See the build log above for details.
1251
- ignoreFor (BrokenSpecific Windows [GHC94, GHC96]) "ghc-typelist-natnormalise fails to build on GHC 9.4.2 for windows only" $
+ knownBrokenForGhcVersions [GHC96] "fragile, frequently times out" $
1252
+ ignoreFor (BrokenSpecific Windows [GHC94]) "ghc-typelist-natnormalise fails to build on GHC 9.4.2 for windows only" $
1253
testSessionWithExtraFiles "plugin-knownnat" "simple plugin" $ \dir -> do
1254
_ <- openDoc (dir </> "KnownNat.hs") "haskell"
1255
liftIO $ writeFile (dir</>"hie.yaml")
0 commit comments