moonlight-pale-0.1.0.0: test/compile-diagnostics/Main.hs
module Main ( main, ) where import CompileDiagnosticsSpec qualified as CompileDiagnosticsSpec import Test.Tasty (defaultMain, testGroup) main :: IO () main = defaultMain (testGroup "pale-diagnostic-ghc" [CompileDiagnosticsSpec.tests])