id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
3802,:main in GHCi doesn't do getArgs wildcard expansion,NeilMitchell,,"In GHCi, from a current directory containing some Haskell files:

{{{
ghci> import System
ghci> let main = print =<< getArgs
ghci> :main *.hs
[""*.hs""]
}}}

I would have expected {{{[""foo.hs"",""bar.hs""]}}}. Running the same thing from the command line (compiled or through runhaskell) gives the expected behaviour.",bug,closed,normal,,GHCi,6.12.1,invalid,,,Windows,Unknown/Multiple,Incorrect result at runtime,,,,,
