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
(cabal check) Add "No internal name clash" test
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
BenchmarkExeV10
/
benchmarks
/
bench-Foo.hs
blob
6951caccc46f42c92901fe82d2fa6846244943dd
1
module
Main
where
2
3
import
Foo
4
import
System
.
Exit
5
6
main
::
IO
()
7
main | fooTest
[] =
exitSuccess
8
|
otherwise
=
exitFailure