packages feed

Cabal revisions of parseargs-0.2.0.4

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

revision 1
--- Copyright © 2010 Bart Massey--- This work is licensed under the "3-clause ('new') BSD License".--- Please see the file COPYING in this distribution for license terms.--Name: parseargs-Build-Type: Simple-Description: Parse command-line arguments--- Don't forget to bump the source-repository this below-Version: 0.2.0.4-Cabal-Version: >= 1.6-License: BSD3-License-File: COPYING-Author: Bart Massey <bart@cs.pdx.edu>-Copyright: Copyright (c) 2007 Bart Massey-Maintainer: Bart Massey <bart@cs.pdx.edu>-Homepage: http://github.com/BartMassey/parseargs-Category: Console-Synopsis: Full-featured command-line argument parsing library.-Extra-Source-Files: README.md--Library-  Build-Depends:   base < 5, containers < 1-  Exposed-Modules: System.Console.ParseArgs-  GHC-Options:     -Wall--Executable parseargs-example-  Build-Depends:   base < 5-  Main-Is:         parseargs-example.hs-  Other-Modules:   System.Console.ParseArgs-  GHC-Options:     -Wall--Source-repository head-  Type:     git-  Location: git://github.com/BartMassey/parseargs.git--Source-repository this-  Type:     git-  Location: git://github.com/BartMassey/parseargs.git-  Tag:      v0.2.0.4+-- Copyright © 2010 Bart Massey
+-- This work is licensed under the "3-clause ('new') BSD License".
+-- Please see the file COPYING in this distribution for license terms.
+
+Name: parseargs
+Build-Type: Simple
+Description: Parse command-line arguments
+-- Don't forget to bump the source-repository this below
+Version: 0.2.0.4
+x-revision: 1
+Cabal-Version: >= 1.6
+License: BSD3
+License-File: COPYING
+Author: Bart Massey <bart@cs.pdx.edu>
+Copyright: Copyright (c) 2007 Bart Massey
+Maintainer: Bart Massey <bart@cs.pdx.edu>
+Homepage: http://github.com/BartMassey/parseargs
+Category: Console
+Synopsis: Full-featured command-line argument parsing library.
+Extra-Source-Files: README.md
+
+Library
+  Build-Depends:   base < 5, containers < 1
+  Exposed-Modules: System.Console.ParseArgs
+  GHC-Options:     -Wall
+
+Executable parseargs-example
+  Build-Depends:   base >= 4.6 && < 5
+  Main-Is:         parseargs-example.hs
+  Other-Modules:   System.Console.ParseArgs
+  GHC-Options:     -Wall
+
+Source-repository head
+  Type:     git
+  Location: git://github.com/BartMassey/parseargs.git
+
+Source-repository this
+  Type:     git
+  Location: git://github.com/BartMassey/parseargs.git
+  Tag:      v0.2.0.4