diff options
Diffstat (limited to 'devel/hs-ReadArgs/pkg-descr')
-rw-r--r-- | devel/hs-ReadArgs/pkg-descr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/hs-ReadArgs/pkg-descr b/devel/hs-ReadArgs/pkg-descr new file mode 100644 index 000000000000..50624b52181e --- /dev/null +++ b/devel/hs-ReadArgs/pkg-descr @@ -0,0 +1,4 @@ +ReadArgs provides the `readArgs` IO action, which lets you tell the compiler +to parse the command line arguments to fit the type signature you give. + +WWW: http://github.com/rampion/ReadArgs |