This file is indexed.

/var/lib/ghc/package.conf.d/memoize-0.8.1.conf is in libghc-memoize-dev 0.8.1-3build1.

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
name: memoize
version: 0.8.1
id: memoize-0.8.1-HSFCAZU5uHSC5LjL4HkK8h
key: memoize-0.8.1-HSFCAZU5uHSC5LjL4HkK8h
license: BSD3
maintainer: jesse@eecs.northwestern.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 <jesse@eecs.northwestern.edu>
exposed: True
exposed-modules:
    Data.Function.Memoize
hidden-modules: Data.Function.Memoize.TH
                Data.Function.Memoize.Class
abi: a143491c00261fa93ee4f0744c0e2202
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/memoize-0.8.1-HSFCAZU5uHSC5LjL4HkK8h
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/memoize-0.8.1-HSFCAZU5uHSC5LjL4HkK8h
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/memoize
hs-libraries: HSmemoize-0.8.1-HSFCAZU5uHSC5LjL4HkK8h
depends:
    base-4.9.1.0 template-haskell-2.11.1.0
haddock-interfaces: /usr/lib/ghc-doc/haddock/memoize-0.8.1/memoize.haddock
haddock-html: /usr/share/doc/libghc-memoize-doc/html/