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
Un-ignore .bat files
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
ExternalCommandHelp
/
setup-test
/
AAAA.hs
blob
dd139b905da2e64507a65135bc6a3a7bca5d9d26
1
module
Main
where
2
3
import
System
.
Environment
4
5
main
=
do
6
args
<-
getArgs
7
case
args
of
8
[
"aaaa"
,
"--help"
] ->
putStrLn
"I am helping with the aaaa command"
9
_
->
putStrLn
"aaaa"