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 #10546 from cabalism/fix/dedup-using-config-from
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
MultiRepl
/
ExtraOptions
/
test
/
Main.hs
blob
f60b8ae537979cb68c1f9703364f47f2cb75cb21
1
module
Main
(
main
)
where
2
3
#
ifdef FOO
4
main
::
IO
()
5
main
=
putStrLn
"Test suite not yet implemented."
6
#
endif