parseargs-0.1.3.5: parseargs.cabal
Name: parseargs
Build-Type: Simple
Description: Parse command-line arguments
Version: 0.1.3.5
Cabal-Version: >= 1.6
License: BSD3
License-File: COPYING
Author: Bart Massey <bart@cs.pdx.edu>
Copyright: Copyright (C) 2008 Bart Massey
Maintainer: Bart Massey <bart@cs.pdx.edu>
Homepage: http://wiki.cs.pdx.edu/bartforge/parseargs
Category: System.Console
Synopsis: Command-line argument parsing library for Haskell programs
Extra-Source-Files: README
Library
Build-Depends: base < 5, containers < 1
Exposed-Modules: System.Console.ParseArgs
Executable parseargs-example
Build-Depends: base < 5
Main-Is: parseargs-example.hs
Other-Modules: System.Console.ParseArgs
Source-repository head
Type: git
Location: git://svcs.cs.pdx.edu/git/parseargs.git
Source-repository this
Type: git
Location: git://svcs.cs.pdx.edu/git/parseargs.git
Tag: v0.1.3.4