haskell-cmdargs 0.10.13-4 source package in Ubuntu

Changelog

haskell-cmdargs (0.10.13-4) unstable; urgency=medium

  * Switch Vcs-Git/Vcs-Browser headers to new location.

 -- Clint Adams <email address hidden>  Thu, 03 Dec 2015 14:54:13 -0500

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
haskell
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe haskell

Downloads

File Size SHA-256 Checksum
haskell-cmdargs_0.10.13-4.dsc 2.3 KiB 0e9c85055e33c72da0b59ad40ba0412e8f733bc0868c32e1dc972bb234b66aac
haskell-cmdargs_0.10.13-4.debian.tar.xz 3.1 KiB ba12d78767375971e1b687d8ad14098e027db0c8f600e51231df9521beb6527a
haskell-cmdargs_0.10.13.orig.tar.gz 62.5 KiB 66117c1fadaa2a79be07998287ca7cee334c249615b0fab9b91467ad813bbf6e

Available diffs

No changes file available.

Binary packages built by this source

libghc-cmdargs-dev: No summary available for libghc-cmdargs-dev in ubuntu yakkety.

No description available for libghc-cmdargs-dev in ubuntu yakkety.

libghc-cmdargs-doc: command-line argument processing; documentation

 It provides an easy way to define command-line parsers. Most users
 will want to use the System.Console.CmdArgs.Implicit module, whose
 documentation contains an example.
 .
 System.Console.CmdArgs.Explicit provides a way to write command-line
 parsers for both single mode programs (most programs) and multiple
 mode programs (e.g. darcs or cabal). Parsers are defined by
 constructing a data structure.
 .
 System.Console.CmdArgs.Implicit provides a way to concisely define
 command-line parsers, up to three times shorter than getopt. These
 parsers are translated into the Explicit data type.
 .
 System.Console.CmdArgs.GetOpt provides a wrapper allowing
 compatiblity with existing getopt parsers, mapping to the Explicit
 data type.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-cmdargs-prof: command-line argument processing; profiling libraries

 It provides an easy way to define command-line parsers. Most users
 will want to use the System.Console.CmdArgs.Implicit module, whose
 documentation contains an example.
 .
 System.Console.CmdArgs.Explicit provides a way to write command-line
 parsers for both single mode programs (most programs) and multiple
 mode programs (e.g. darcs or cabal). Parsers are defined by
 constructing a data structure.
 .
 System.Console.CmdArgs.Implicit provides a way to concisely define
 command-line parsers, up to three times shorter than getopt. These
 parsers are translated into the Explicit data type.
 .
 System.Console.CmdArgs.GetOpt provides a wrapper allowing
 compatiblity with existing getopt parsers, mapping to the Explicit
 data type.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.