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 432a2c4 commit 415feb7Copy full SHA for 415feb7
ghcide/test/exe/Main.hs
@@ -1248,7 +1248,7 @@ 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
- knownBrokenForGhcVersions [GHC96] "fragile, frequently times out" $
+ ignoreFor (BrokenForGHC [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"
0 commit comments