[Haskell-cafe] New command line parsing package

Simon bergot simon.bergot
Sat Oct 5 12:34:53 UTC 2013


Hello all,

I have recently uploaded
argparser<http://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
here<http://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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20131005/18f459a5/attachment.htm>



More information about the Haskell-Cafe mailing list