This file is indexed.

/var/lib/ghc/package.conf.d/hashmap-1.3.0.1.conf is in libghc-hashmap-dev 1.3.0.1-7build1.

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: hashmap
version: 1.3.0.1
id: hashmap-1.3.0.1-4d595b656978f7c69caf5a8cfebe701e
key: hashm_E6CNlnqmUWO7eXgSpwGnPO
license: BSD3
maintainer: fox@ucw.cz
stability: Provisional
homepage: http://git.auryn.cz/haskell/hashmap/
synopsis: Persistent containers Map and Set based on hashing.
description:
    An implementation of persistent 'Map' and 'Set' containers
    based on hashing. The implementation is build on
    top of 'Data.IntMap.IntMap' and 'Data.IntSet.IntSet',
    with very similar API. It uses 'Hashable' class from the
    @hashable@ package for hashing.
    .
    This package can be used as a drop-in replacement for
    'Data.Map' and 'Data.Set' modules.
    .
    The @'Map' key value@ is an 'Data.IntMap.IntMap'
    indexed by the hash value, containing either one ('key', 'value')
    or a @'Data.Map.Map' key value@ for all keys with the same hash value.
    .
    The @'Set' elem@ is an 'Data.IntMap.IntMap' indexed by
    the hash value, containing either one 'elem' or @'Data.Set.Set' elem@ for
    all elements with the same hash value.
category: Data
author: Milan Straka
exposed: True
exposed-modules:
    Data.HashMap Data.HashSet
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/hashmap-1.3.0.1-E6CNlnqmUWO7eXgSpwGnPO
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/hashmap-1.3.0.1-E6CNlnqmUWO7eXgSpwGnPO
data-dir: /usr/share/hashmap
hs-libraries: HShashmap-1.3.0.1-E6CNlnqmUWO7eXgSpwGnPO
depends:
    base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
    containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb
    deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311
    hashable-1.2.3.3-ce7af8ca3ebd83133b0e846c245dc9e2
haddock-interfaces: /usr/lib/ghc-doc/haddock/hashmap-1.3.0.1/hashmap.haddock
haddock-html: /usr/share/doc/libghc-hashmap-doc/html/