haskell-cmdargs 0.10.21-1build1 source package in Ubuntu

Changelog

haskell-cmdargs (0.10.21-1build1) kinetic; urgency=medium

  * No-change rebuild for new ghc

 -- Steve Langasek <email address hidden>  Tue, 23 Aug 2022 02:34:00 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Kinetic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
haskell
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-cmdargs_0.10.21.orig.tar.gz 63.4 KiB f7d8ea5c4e6af368d9b5d2eb994fc29235406fbe91916a6dc63bd883025eca75
haskell-cmdargs_0.10.21-1build1.debian.tar.xz 3.8 KiB 18371f0d920125d761909505c4d2ceba1b6fe42a09b06bdc74ea9a0b3e5730db
haskell-cmdargs_0.10.21-1build1.dsc 2.4 KiB 3a13434b5050e0d8b31d79d69a0b48b3a2810ab38a07d6bf87c7d730f2b6ca29

View changes file

Binary packages built by this source

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

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

libghc-cmdargs-doc: No summary available for libghc-cmdargs-doc in ubuntu kinetic.

No description available for libghc-cmdargs-doc in ubuntu kinetic.

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.