This file is indexed.

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

license: BSD3
copyright:
maintainer: omari@smileystation.com
stability:
homepage: http://www.github.com/massysett/ofx
package-url:
synopsis: Parser for OFX data
description: A parser for Open Financial Exchange (OFX) financial data. This
             handles OFX version 1.03, which is documented at http://www.ofx.net
             This also handles QFX, which is OFX plus some minor additions made
             by Intuit, the publishers of Quicken.
             .
             The parser will place all the data into a tree, which you can query
             for whatever data you may need, although you will need to be
             familiar with the OFX spec to do this. There is also a Transaction
             type which you can easily parse from the tree; this will contain
             most, if not all, of the data you will be interested in if your OFX
             file is from a bank or credit card account.
             .
             All the OFX and QFX files I have seen use the format from the 1.0
             series of OFX, which is primarily SGML based. OFX version 2 is XML
             based. If this parser works on those files, consider it a happy
             accident.
             .
             The OFX spec is available at <http://www.ofx.net>
category: Finance
author: Omari Norman
exposed: True
exposed-modules: Data.OFX
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/ofx-0.4.0.0/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/ofx-0.4.0.0/ghc-7.6.3
hs-libraries: HSofx-0.4.0.0
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
         parsec-3.1.3-6c6e21cb4ed4ef9d58fdf442940b152e
         pretty-1.1.1.0-66181c695e6a2e173ba2088cf55cc396
         time-1.4.0.1-10dc4804a19dc0000fab79908f1a9f50
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/ofx-0.4.0.0/ofx.haddock
haddock-html: /usr/share/doc/libghc-ofx-doc/html/