parseargs-0.2.0.3: parseargs.cabal
-- 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.3
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.3