This file is indexed.

/var/lib/ghc/package.conf.d/tabular-0.2.2.5.conf is in libghc-tabular-dev 0.2.2.5-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
name: tabular
version: 0.2.2.5
id: tabular-0.2.2.5-aea5a76bc63daac7cf5091663324e909

license: BSD3
copyright:
maintainer: Eric Kow <eric.kow@gmail.com>
stability:
homepage: http://hub.darcs.net/kowey/tabular
package-url:
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
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/tabular-0.2.2.5/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/tabular-0.2.2.5/ghc-7.6.3
hs-libraries: HStabular-0.2.2.5
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
         csv-0.1.2-3d3c68ea73b4b17e69787b03197844a2
         html-1.0.1.2-50c4f9abf87a047261ace92afd5d4c6d
         mtl-2.1.2-94c72af955e94b8d7b2f359dadd0cb62
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/tabular-0.2.2.5/tabular.haddock
haddock-html: /usr/share/doc/libghc-tabular-doc/html/