This file is indexed.

/var/lib/ghc/package.conf.d/graphviz-2999.17.0.1.conf is in libghc-graphviz-dev 2999.17.0.1-1+b2.

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
81
82
83
84
85
86
name: graphviz
version: 2999.17.0.1
id: graphviz-2999.17.0.1-afab7bc15360a86772611e702a13fd8a

license: BSD3
copyright: Matthew Sackman, Ivan Lazar Miljenovic
maintainer: Ivan.Miljenovic+graphviz@gmail.com
stability: Beta
homepage: http://projects.haskell.org/graphviz/
package-url:
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/graphviz-2999.17.0.1/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/graphviz-2999.17.0.1/ghc-7.6.3
hs-libraries: HSgraphviz-2999.17.0.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
         bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f
         colour-2.3.3-8d8d45fd7936ec38fa18492f9571b1ba
         containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2
         directory-1.2.0.1-91a788fd88acd7f149f0f10f5f1e23f2
         dlist-0.7.0.1-6de0835e428010b5348c74d4bd3e5ff4
         fgl-5.5.0.1-0433dbdf76cc89119f406a277575e5b8
         filepath-1.3.0.1-b12cbe18566fe1532a1fda4c85e31cbe
         polyparse-1.9-b5f5bd214b1b2a7afc4372c48e61bd4a
         process-1.1.0.2-76e05340eb66705981411022731ca84a
         temporary-1.2.0.3-1601a222cc6dc379f81850bf84d768f5
         text-0.11.3.1-e38859e86485c167fa7c9441789e7607
         transformers-0.3.0.0-ff2bb6ac67241ebb987351a3db564af0
         wl-pprint-text-1.1.0.2-37a4811d9dc8dc8a18d2145259235bcf
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/graphviz-2999.17.0.1/graphviz.haddock
haddock-html: /usr/share/doc/libghc-graphviz-doc/html/