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

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.4.1
library-dirs: /usr/lib/haskell-packages/ghc/lib/Ranged-sets-0.3.0/ghc-7.4.1
hs-libraries: HSRanged-sets-0.3.0
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: HUnit-1.2.4.2-5744e904039c3819ba04e12dd2e295dc
         QuickCheck-2.4.2-41cb2884cc20cd78948de62849bd9667
         base-4.5.0.0-40b99d05fae6a4eea95ea69e6e0c9702
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/