[Haskell-cafe] commandline parsing?

2006-07-29 Thread Marc Weber
I've been using pesco_cmdline for a while now. But I did notice that it doesn't fit my needs.. And it took me quite a while to get to know why I was getting strange typeable errors when specifying the wrong default value or reading the wrong type.. (these errors occur at runtime thus they

Re: [Haskell-cafe] commandline parsing?

2006-07-29 Thread Neil Mitchell
Hi, Have you seen: System.Console.GetOpt http://www.haskell.org/ghc/docs/latest/html/libraries/base/System-Console-GetOpt.html Interestingly Hoogle doesn't seem to index it, but it does exist! (and in fact Hoogle even uses it...) Thanks Neil On 7/29/06, Marc Weber [EMAIL PROTECTED] wrote: