5 Oct
                
                    2013
                
            
            
                5 Oct
                
                '13
                
            
            
            
        
    
                8:34 a.m.
            
        Hello all, I have recently uploaded argparserhttp://hackage.haskell.org/package/argparser-0.3.2, a command line parser library. I made it because of 3 reasons: - I am writing more and more scripts in haskell instead of python - I did not want to use the ones presented herehttp://www.haskell.org/haskellwiki/Command_line_option_parsers. I found that they were either lacking features I wanted, or using overkill extensions such as TemplateHaskell. - I wanted to learn how to create a package. So this is a beginner's work. I have uploaded it anyway because I feel it has very few dependencies and a satisfying set of features. Any feedback is welcome (especially about the documentation). -- Simon