This file is indexed.

/var/lib/ghc/package.conf.d/graphviz-2999.18.0.2.conf is in libghc-graphviz-dev 2999.18.0.2-1build1.

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
73
74
75
76
77
78
79
80
name: graphviz
version: 2999.18.0.2
id: graphviz-2999.18.0.2-f6a542c9b112d7c63372f8b8776f5e62
key: graph_7Q07u6TpyrlFsUeZhSs1b4
license: BSD3
copyright: Matthew Sackman, Ivan Lazar Miljenovic
maintainer: Ivan.Miljenovic@gmail.com
stability: Beta
homepage: http://projects.haskell.org/graphviz/
synopsis: Bindings to Graphviz for graph visualisation.
description:
    This library provides bindings for the Dot language used by the
    Graphviz (<http://graphviz.org/>) suite of programs for visualising
    graphs, as well as functions to call those programs.
    .
    Main features of the graphviz library include:
    .
    * Almost complete coverage of all Graphviz attributes and syntax.
    .
    * Support for specifying clusters.
    .
    * The ability to use a custom node type.
    .
    * Functions for running a Graphviz layout tool with all specified
    output types.
    .
    * The ability to not only generate but also parse Dot code with two
    options: strict and liberal (in terms of ordering of statements).
    .
    * Functions to convert FGL graphs and other graph-like data structures
    to Dot code - including support to group them into clusters - with a
    high degree of customisation by specifying which attributes to use
    and limited support for the inverse operation.
    .
    * Round-trip support for passing an FGL graph through Graphviz to
    augment node and edge labels with positional information, etc.
category: Graphs, Graphics
author: Matthew Sackman, Ivan Lazar Miljenovic
exposed: True
exposed-modules:
    Data.GraphViz Data.GraphViz.Types Data.GraphViz.Types.Canonical
    Data.GraphViz.Types.Generalised Data.GraphViz.Types.Graph
    Data.GraphViz.Types.Monadic Data.GraphViz.Parsing
    Data.GraphViz.Printing Data.GraphViz.Commands
    Data.GraphViz.Commands.IO Data.GraphViz.Attributes
    Data.GraphViz.Attributes.Complete Data.GraphViz.Attributes.Colors
    Data.GraphViz.Attributes.Colors.X11
    Data.GraphViz.Attributes.Colors.Brewer
    Data.GraphViz.Attributes.Colors.SVG Data.GraphViz.Attributes.HTML
    Data.GraphViz.PreProcessing Data.GraphViz.Exception
    Data.GraphViz.Algorithms Data.GraphViz.Attributes.Internal
    Data.GraphViz.Internal.Util Data.GraphViz.Internal.State
    Data.GraphViz.Types.Internal.Common
hidden-modules: Data.GraphViz.Algorithms.Clustering
                Data.GraphViz.Attributes.Arrows
                Data.GraphViz.Attributes.ColorScheme Data.GraphViz.Attributes.Same
                Data.GraphViz.Attributes.Values Data.GraphViz.Commands.Available
                Data.GraphViz.Types.State
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/graphviz-2999.18.0.2-7Q07u6TpyrlFsUeZhSs1b4
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/graphviz-2999.18.0.2-7Q07u6TpyrlFsUeZhSs1b4
data-dir: /usr/share/graphviz
hs-libraries: HSgraphviz-2999.18.0.2-7Q07u6TpyrlFsUeZhSs1b4
depends:
    base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
    bytestring-0.10.6.0-9a873bcf33d6ce2fd2698ce69e2c1c66
    colour-2.3.3-0c4e3735159b357562a94a22fd309019
    containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb
    directory-1.2.2.0-660a7a83a753ed85c8a374c15dae2b97
    dlist-0.7.1.2-bf3794feb89809b6deff4b7ce04dd7fa
    fgl-5.5.2.3-054731aa8ca0fe1280e9234f8f730e09
    filepath-1.4.0.0-f97d1e4aebfd7a03be6980454fe31d6e
    polyparse-1.11-9f36f5473e0ff7e0bc4a41846284cdc6
    process-1.2.3.0-a22328103774f0499a990653944cbf99
    temporary-1.2.0.3-f2b1ab20f18305a213c3e108721a8ac6
    text-1.2.2.0-2c09cfae3213a07ad08b7cc1c9a4bb52
    transformers-0.4.2.0-81450cd8f86b36eaa8fa0cbaf6efc3a3
    wl-pprint-text-1.1.0.4-818c193b802fbee1c7a331d623fe2e3e
haddock-interfaces: /usr/lib/ghc-doc/haddock/graphviz-2999.18.0.2/graphviz.haddock
haddock-html: /usr/share/doc/libghc-graphviz-doc/html/