packages feed

Cabal revisions of simpleargs-0.2.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Name:         simpleargs-Version:      0.2.1-License:      LGPL-License-File: LICENSE-Author:       Ketil Malde-Maintainer:   Ketil Malde <ketil@malde.org>-Stability:    Beta-Category:     System-Synopsis:     Provides a more flexible getArgs function with better error reporting.-Description:  The provided getArgs returns an arbitrary tuple of values instead of a -	      list of Strings.  This means that the number and type (i.e. parseability)-	      of parameters are checked, and reported to the user.  The module is not-	      a substitute for proper error handling (use "System.Console.GetOpt" for that),-	      but is useful for making quick and dirty command line tools a bit less dirty,-	      without sacrificing the quick part.-Homepage:     http://malde.org/~ketil/simpleargs--Build-Depends:  base>=3 && <5-Build-Type:     Simple-Tested-With:    GHC==6.10.4--ghc-options:        -Wall-Exposed-Modules:    System.SimpleArgs-Extensions:         FlexibleInstances, UndecidableInstances, OverlappingInstances-Extra-Source-Files: Example.hs-Data-Files:         README+Name:         simpleargs
+Version:      0.2.1
+x-revision: 1
+License:      LGPL
+License-File: LICENSE
+Author:       Ketil Malde
+Maintainer:   Ketil Malde <ketil@malde.org>
+Stability:    Beta
+Category:     System
+Synopsis:     Provides a more flexible getArgs function with better error reporting.
+Description:  The provided getArgs returns an arbitrary tuple of values instead of a
+              list of Strings.  This means that the number and type (i.e. parseability)
+              of parameters are checked, and reported to the user.  The module is not
+              a substitute for proper error handling (use "System.Console.GetOpt" for that),
+              but is useful for making quick and dirty command line tools a bit less dirty,
+              without sacrificing the quick part.
+Homepage:     http://malde.org/~ketil/simpleargs
+
+Build-Depends:  base>=3 && <4.10
+Build-Type:     Simple
+Tested-With:    GHC==6.10.4
+
+ghc-options:        -Wall
+Exposed-Modules:    System.SimpleArgs
+Extensions:         FlexibleInstances, UndecidableInstances, OverlappingInstances
+Extra-Source-Files: Example.hs
+Data-Files:         README
+