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
Make Markdown example a code block
[cabal.git]
/
Cabal-tests
/
tests
/
custom-setup
/
CustomSetupTests.hs
blob
ef989a3b630ae99ab76c5903c5910a6bf6b41fcf
1
-- This test-suite verifies some custom-setup scripts compile ok
2
-- so we don't break them by accident, i.e. when breakage can be prevented.
3
module
Main
(
main
)
where
4
import
CabalDoctestSetup
()
5
import
IdrisSetup
()
6
7
main
::
IO
()
8
main
=
return
()