/var/lib/ghc/package.conf.d/cmdargs-0.10.6.conf is in libghc-cmdargs-dev 0.10.6-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 | name: cmdargs
version: 0.10.6
id: cmdargs-0.10.6-9c94e723b5898a9f21c145f7214c02b4
license: BSD3
copyright: Neil Mitchell 2009-2013
maintainer: Neil Mitchell <ndmitchell@gmail.com>
stability:
homepage: http://community.haskell.org/~ndm/cmdargs/
package-url:
synopsis: Command line argument processing
description: This library 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.
.
For a general reference on what command line flags are commonly used,
see <http://www.faqs.org/docs/artu/ch10s05.html>.
category: Console
author: Neil Mitchell <ndmitchell@gmail.com>
exposed: True
exposed-modules: System.Console.CmdArgs.Quote
System.Console.CmdArgs System.Console.CmdArgs.Annotate
System.Console.CmdArgs.Default System.Console.CmdArgs.Explicit
System.Console.CmdArgs.GetOpt System.Console.CmdArgs.Implicit
System.Console.CmdArgs.Text System.Console.CmdArgs.Helper
System.Console.CmdArgs.Verbosity
hidden-modules: Data.Generics.Any Data.Generics.Any.Prelude
System.Console.CmdArgs.Explicit.Complete
System.Console.CmdArgs.Explicit.ExpandArgsAt
System.Console.CmdArgs.Explicit.Help
System.Console.CmdArgs.Explicit.Process
System.Console.CmdArgs.Explicit.SplitJoin
System.Console.CmdArgs.Explicit.Type
System.Console.CmdArgs.Implicit.Ann
System.Console.CmdArgs.Implicit.Global
System.Console.CmdArgs.Implicit.Local
System.Console.CmdArgs.Implicit.Reader
System.Console.CmdArgs.Implicit.Reform
System.Console.CmdArgs.Implicit.Type
System.Console.CmdArgs.Implicit.UI
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/cmdargs-0.10.6/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/cmdargs-0.10.6/ghc-7.6.3
hs-libraries: HScmdargs-0.10.6
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
filepath-1.3.0.1-b12cbe18566fe1532a1fda4c85e31cbe
process-1.1.0.2-76e05340eb66705981411022731ca84a
template-haskell-2.8.0.0-a3012803fde1dc362e555b35a1a78e6d
transformers-0.3.0.0-ff2bb6ac67241ebb987351a3db564af0
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/cmdargs-0.10.6/cmdargs.haddock
haddock-html: /usr/share/doc/libghc-cmdargs-doc/html/
|