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