This file is indexed.

/var/lib/ghc/package.conf.d/Ranged-sets-0.3.0.conf is in libghc-ranged-sets-dev 0.3.0-5+b3.

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
name: Ranged-sets
version: 0.3.0
id: Ranged-sets-0.3.0-dfdb653332ef47e038b8dab25d59b9be

license: BSD3
copyright: Paul Johnson, 2005, 2006, 2007, 2008
maintainer: paul@cogito.org.uk
stability: beta
homepage: http://code.haskell.org/ranged-sets
package-url:
synopsis: Ranged sets for Haskell
description: A ranged set is an ordered list of ranges.  This allows sets such as all reals x such that:
             .
             > (0.25 < x <= 0.75 or 1.4 <= x < 2.3 or 4.5 < x)
             .
             Alternatively you can have all strings s such that:
             .
             >    ("F" <= s < "G")
category: Data
author: Paul Johnson
exposed: True
exposed-modules: Data.Ranged Data.Ranged.Ranges
                 Data.Ranged.RangedSet Data.Ranged.Boundaries
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/Ranged-sets-0.3.0/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/Ranged-sets-0.3.0/ghc-7.6.3
hs-libraries: HSRanged-sets-0.3.0
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: HUnit-1.2.5.2-6e02ecc15e3cc5ab8ef10df50d05a1a9
         QuickCheck-2.7.6-1a837324b203a3afd2f9ad3b3dd3e8bc
         base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/ranged-sets-0.3.0/Ranged-sets.haddock
haddock-html: /usr/share/doc/libghc-ranged-sets-doc/html/