This file is indexed.

/var/lib/ghc/package.conf.d/intern-0.9.1.3.conf is in libghc-intern-dev 0.9.1.3-1+b1.

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
54
55
56
57
58
59
60
61
62
name: intern
version: 0.9.1.3
id: intern-0.9.1.3-d8a8c42372cb6a0ab9b2d02cc5f053dd

license: BSD3
copyright: Copyright (C) 2011-2014 Edward A. Kmett
maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: experimental
homepage: http://github.com/ekmett/intern/
package-url:
synopsis: Efficient hash-consing for arbitrary data types
description: Changes from 0.8 to 0.9
             .
             * Removed 'identity' from the Interned class, to support applications where the identity is obtained by other means (e.g. a unique Ptr value)
             .
             Changes from 0.7 to 0.8
             .
             * Disabled cache removal as it was causing problems on large data sets. There is no good way to ensure that both references remain alive long enough to finish comparisons.
             * Switched to IORef from MVar
             .
             Changes from 0.6 to 0.7
             .
             * Fixed problem where comparisons could happen between data structures while one was still a thunk, leading to equal structures comparing as inequal in limited circumstances, by appropriately using strictness annotations.
             .
             Efficient hash-consing for arbitrary data types
             .
             Changes from 0.5.2 to 0.6
             .
             * Widened the caches so they don't go through a single MVar per type. This has made a dramatic impact on performance. However, this broke the previous invariant that newer entries always had higher Ids than older entries.
             .
             Changes from 0.5.1 to 0.5.2
             .
             * Added Data.Interned.IntSet
category: Data, Data Structures
author: Edward A. Kmett
exposed: True
exposed-modules: Data.Interned Data.Interned.ByteString
                 Data.Interned.String Data.Interned.Text Data.Interned.IntSet
                 Data.Interned.Internal Data.Interned.Internal.ByteString
                 Data.Interned.Internal.String Data.Interned.Internal.Text
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/intern-0.9.1.3/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/intern-0.9.1.3/ghc-7.6.3
hs-libraries: HSintern-0.9.1.3
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.4.0.1-3b78425c10ff2dad7acf7e8c8ae014c3
         base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
         bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f
         hashable-1.2.1.0-7e83190fbb1b0ba81d7022fa876f0f8b
         text-0.11.3.1-e38859e86485c167fa7c9441789e7607
         unordered-containers-0.2.5.0-11c50452e1ec4de862c3ca415f189512
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/intern-0.9.1.3/intern.haddock
haddock-html: /usr/share/doc/libghc-intern-doc/html/