haskell-cmdargs 0.10.13-2 source package in Ubuntu
Changelog
haskell-cmdargs (0.10.13-2) unstable; urgency=medium * Fix ghci path in debian/rules so that tests will run on some architectures. -- Clint Adams <email address hidden> Wed, 12 Aug 2015 17:04:20 +0200
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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
haskell-cmdargs_0.10.13-2.dsc | 2.4 KiB | 0af12d97c2ee23cc347df11dc08726c5dcffd20d984d07189e3206f8021ce38c |
haskell-cmdargs_0.10.13.orig.tar.gz | 62.5 KiB | 66117c1fadaa2a79be07998287ca7cee334c249615b0fab9b91467ad813bbf6e |
haskell-cmdargs_0.10.13-2.debian.tar.xz | 3.0 KiB | e381f1254a0e7d29c4f7972cad4aea2b0108259121c3ea65fc2ceafca1940722 |
Available diffs
- diff from 0.10.13-1 to 0.10.13-2 (821 bytes)
No changes file available.
Binary packages built by this source
- libghc-cmdargs-dev: No summary available for libghc-cmdargs-dev in ubuntu wily.
No description available for libghc-cmdargs-dev in ubuntu wily.
- libghc-cmdargs-doc: No summary available for libghc-cmdargs-doc in ubuntu wily.
No description available for libghc-cmdargs-doc in ubuntu wily.
- 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.