Merge pull request #10493 from Sdywolf/doc-refine/repl
[cabal.git] / cabal-testsuite / PackageTests / ShowBuildInfo / CompileFail / src / MyLib2.hs
blob9b620c62fcd2d699b74815d74392f06a74a34f1d
1 module MyLib2 (someFunc2) where
3 someFunc2 :: IO ()
4 -- Intentional typo, should fail to compile
5 someFunc2 = putStrn "someFunc"
6 -- ^^------- missing 'L'