This file is indexed.

/var/lib/ghc/package.conf.d/json-0.5.conf is in libghc-json-dev 0.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
name: json
version: 0.5
id: json-0.5-b3efb968dbdfc514365c5250445af3ff

license: BSD3
copyright: (c) 2007-2009 Galois Inc.
maintainer: Sigbjorn Finne <sof@galois.com>
stability:
homepage:
package-url:
synopsis: Support for serialising Haskell to and from JSON
description: JSON (JavaScript Object Notation) is a lightweight data-interchange
             format. It is easy for humans to read and write. It is easy for
             machines to parse and generate.  It is based on a subset of the
             JavaScript Programming Language, Standard ECMA-262 3rd Edition -
             December 1999.
             .
             This library provides a parser and pretty printer for converting
             between Haskell values and JSON.
category: Web
author: Galois Inc.
exposed: True
exposed-modules: Text.JSON.Generic Text.JSON.Parsec
                 Text.JSON.Pretty Text.JSON Text.JSON.Types Text.JSON.String
                 Text.JSON.ReadP
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/json-0.5/ghc-7.4.1
library-dirs: /usr/lib/haskell-packages/ghc/lib/json-0.5/ghc-7.4.1
hs-libraries: HSjson-0.5
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.4.0.0-59d1cc0e7979167b002f021942d60f46
         base-4.5.0.0-40b99d05fae6a4eea95ea69e6e0c9702
         bytestring-0.9.2.1-18f26186028d7c0e92e78edc9071d376
         containers-0.4.2.1-cfc6420ecc2194c9ed977b06bdfd9e69
         mtl-2.0.1.0-db19dd8a7700e3d3adda8aa8fe5bf53d
         parsec-2.1.0.1-defe69eb7a92d23008966c94e32574a7
         pretty-1.1.1.0-74ee6c6be86f83487da68d408cc3ae22
         syb-0.3.6-080afb8a2fa726e4b2c2d98baada324f
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/json-0.5/json.haddock
haddock-html: /usr/share/doc/libghc-json-doc/html/