This file is indexed.

/var/lib/ghc/package.conf.d/memoize-0.6.conf is in libghc-memoize-dev 0.6-2.

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
name: memoize
version: 0.6
id: memoize-0.6-35a9c4876e124d1d296114a5266f9a3a

license: BSD3
copyright:
maintainer: tov@ccs.neu.edu
stability: experimental
homepage:
package-url:
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/memoize-0.6/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/memoize-0.6/ghc-7.6.3
hs-libraries: HSmemoize-0.6
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
         template-haskell-2.8.0.0-a3012803fde1dc362e555b35a1a78e6d
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/memoize-0.6/memoize.haddock
haddock-html: /usr/share/doc/libghc-memoize-doc/html/