This file is indexed.

/var/lib/ghc/package.conf.d/tabular-0.2.2.7.conf is in libghc-tabular-dev 0.2.2.7-4build1.

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
name: tabular
version: 0.2.2.7
id: tabular-0.2.2.7-6bf7eb70ecba3fbbf475ddb7c78215ce
key: tabul_2AvH3uva0aq42bTHnhTeN7
license: BSD3
maintainer: Eric Kow <eric.kow@gmail.com>
homepage: http://hub.darcs.net/kowey/tabular
synopsis: Two-dimensional data tables with rendering functions
description:
    Tabular provides a Haskell representation of two-dimensional
    data tables, the kind that you might find in a spreadsheet or
    or a research report.  It also comes with some default
    rendering functions for turning those tables into ASCII art,
    simple text with an arbitrary delimiter, CSV, HTML or LaTeX.
    .
    Below is an example of the kind of output this library produces.
    The tabular package can group rows and columns, each group
    having one of three separators (no line, single line, double line)
    between its members.
    .
    >     || memtest 1 | memtest 2 ||  time test  | time test 2
    > ====++===========+===========++=============+============
    > A 1 ||       hog |  terrible ||        slow |      slower
    > A 2 ||       pig |   not bad ||        fast |     slowest
    > ----++-----------+-----------++-------------+------------
    > B 1 ||      good |     awful || intolerable |    bearable
    > B 2 ||    better | no chance ||    crawling |     amazing
    > B 3 ||       meh |   well... ||  worst ever |          ok
category: Text
author: Eric Kow
exposed: True
exposed-modules:
    Text.Tabular Text.Tabular.AsciiArt Text.Tabular.SimpleText
    Text.Tabular.Csv Text.Tabular.Html Text.Tabular.Latex
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/tabular-0.2.2.7-2AvH3uva0aq42bTHnhTeN7
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/tabular-0.2.2.7-2AvH3uva0aq42bTHnhTeN7
data-dir: /usr/share/tabular
hs-libraries: HStabular-0.2.2.7-2AvH3uva0aq42bTHnhTeN7
depends:
    base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
    csv-0.1.2-36ae5a61edda197396e8f7d470f804d8
    html-1.0.1.2-784a6c42bcc4572d4ee72d8fbd7d83be
    mtl-2.2.1-3af90341e75ee52dfc4e3143b4e5d219
haddock-interfaces: /usr/lib/ghc-doc/haddock/tabular-0.2.2.7/tabular.haddock
haddock-html: /usr/share/doc/libghc-tabular-doc/html/