repo.or.cz
/
cabal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #10493 from Sdywolf/doc-refine/repl
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
ShowBuildInfo
/
CompileFail
/
test
/
Main.hs
blob
bae4112fa9798d4fe5ab30080c53212bd4c54fcd
1
module
Main
(
main
)
where
2
3
main
::
IO
()
4
-- Intentional typo, should fail to compile
5
main
=
putStrn
"Test suite not yet implemented."
6
-- ^^------- missing 'L'