This file is indexed.

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

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.8.1
id: memoize-0.8.1-AUd8Fqryn6EEgRVDgwIzYn
key: memoize-0.8.1-AUd8Fqryn6EEgRVDgwIzYn
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: 31ea35d6fe5c251ab81df822992bddef
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/memoize-0.8.1-AUd8Fqryn6EEgRVDgwIzYn
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/memoize-0.8.1-AUd8Fqryn6EEgRVDgwIzYn
data-dir: /usr/share/memoize
hs-libraries: HSmemoize-0.8.1-AUd8Fqryn6EEgRVDgwIzYn
depends:
    base-4.9.0.0 template-haskell-2.11.0.0
haddock-interfaces: /usr/lib/ghc-doc/haddock/memoize-0.8.1/memoize.haddock
haddock-html: /usr/share/doc/libghc-memoize-doc/html/