File: parseargs.cabal

package info (click to toggle)
haskell-parseargs 0.2.0.8-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 128 kB
  • sloc: haskell: 569; sh: 18; makefile: 2
file content (45 lines) | stat: -rw-r--r-- 1,392 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
-- 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.8
Cabal-Version: >= 1.8
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 test-parseargs.sh tests/*.in tests/*.out
Tested-With: GHC >= 6 && < 8.1

Library
  Build-Depends:   base < 5, containers < 1
  Exposed-Modules: System.Console.ParseArgs
  GHC-Options:     -Wall

Executable parseargs-example
  Build-Depends:   base < 5, containers < 1
  Main-Is:         parseargs-example.hs
  Other-Modules:   System.Console.ParseArgs
  GHC-Options:     -Wall

Test-Suite test-parseargs
  Type:            exitcode-stdio-1.0
  Main-Is:         test-parseargs.hs
  build-depends:   base < 5, process < 2

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.8