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 #10699 from cabalism/doc/path-command-config-group
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
ExternalCommandExitCode
/
setup-test
/
AAAA.hs
blob
b9d4e99c55333919059065b67368d8438a2e7722
1
module
Main
where
2
3
import
System
.
Environment
4
import
System
.
Exit
5
6
main
=
do
7
getArgs
>>=
print
8
exitWith
(
ExitFailure
99
)