This file is indexed.

/var/lib/ghc/package.conf.d/memoize-0.7.conf is in libghc-memoize-dev 0.7-4.

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
name: memoize
version: 0.7
id: memoize-0.7-054287df62827710b1ccf4994159db46
key: memoi_GMqdxvD2RMJ8qdGiAvNf07
license: BSD3
maintainer: tov@ccs.neu.edu
stability: experimental
synopsis: A memoization library
description:
    This library provides a type class 'Memoizable' for memoizing
    functions, along with instances for a variety of argument types.
    It includes a Template Haskell function for deriving
    'Memoizable' instances for arbitrary algebraic datatypes.
    .
    The library constructs pure memo caches without the use of
    'unsafePerformIO'.  This technique relies on implementation
    assumptions that, while not guaranteed by the semantics of
    Haskell, appear to be true.
category: Data
author: Jesse A. Tov <tov@ccs.neu.edu>
exposed: True
exposed-modules:
    Data.Function.Memoize
hidden-modules: Data.Function.Memoize.TH
                Data.Function.Memoize.Class
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/memoize-0.7-GMqdxvD2RMJ8qdGiAvNf07
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/memoize-0.7-GMqdxvD2RMJ8qdGiAvNf07
data-dir: /usr/share/memoize
hs-libraries: HSmemoize-0.7-GMqdxvD2RMJ8qdGiAvNf07
depends:
    base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
    template-haskell-2.10.0.0-3c4cb52230f347282af9b2817f013181
haddock-interfaces: /usr/lib/ghc-doc/haddock/memoize-0.7/memoize.haddock
haddock-html: /usr/share/doc/libghc-memoize-doc/html/