Merge pull request #10493 from Sdywolf/doc-refine/repl
[cabal.git] / cabal-testsuite / PackageTests / ShowBuildInfo / CompileFail / test / Main.hs
blobbae4112fa9798d4fe5ab30080c53212bd4c54fcd
1 module Main (main) where
3 main :: IO ()
4 -- Intentional typo, should fail to compile
5 main = putStrn "Test suite not yet implemented."
6 -- ^^------- missing 'L'