This file is indexed.

/var/lib/ghc/package.conf.d/fclabels-1.1.4.3.conf is in libghc-fclabels-dev 1.1.4.3-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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
name: fclabels
version: 1.1.4.3
id: fclabels-1.1.4.3-330b401e61ab2a2d22662c21a16c88ae

license: BSD3
copyright:
maintainer: Sebastiaan Visser <code@fvisser.nl>
stability:
homepage:
package-url:
synopsis: First class accessor labels.
description: This package provides first class labels that can act as
             bidirectional record fields. The labels can be derived
             automatically using Template Haskell which means you don't have
             to write any boilerplate yourself. The labels are implemented as
             lenses and are fully composable. Labels can be used to /get/,
             /set/ and /modify/ parts of a datatype in a consistent way.
             .
             See "Data.Label" for an introductory explanation.
             .
             Internally lenses are not tied to Haskell functions directly,
             but are implemented as arrows. Arrows allow the lenses to be run
             in custom computational contexts. This approach allows us to
             make partial lenses that point to fields of multi-constructor
             datatypes in an elegant way.
             .
             See the "Data.Label.Maybe" module for the use of partial labels.
             .
             > 1.1.4.2 -> 1.1.4.3
             >   - Make compilable against template haskell 2.8.
             >     Thanks to mgsloan for the pull request.
category: Data
author: Sebastiaan Visser, Erik Hesselink, Chris Eidhof, Sjoerd Visscher
        with lots of help and feedback from others.
exposed: True
exposed-modules: Data.Label Data.Label.Abstract Data.Label.Maybe
                 Data.Label.MaybeM Data.Label.Pure Data.Label.PureM
hidden-modules: Data.Label.Derive
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/fclabels-1.1.4.3/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/fclabels-1.1.4.3/ghc-7.6.3
hs-libraries: HSfclabels-1.1.4.3
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
         mtl-2.1.2-94c72af955e94b8d7b2f359dadd0cb62
         template-haskell-2.8.0.0-a3012803fde1dc362e555b35a1a78e6d
         transformers-0.3.0.0-ff2bb6ac67241ebb987351a3db564af0
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/fclabels-1.1.4.3/fclabels.haddock
haddock-html: /usr/share/doc/libghc-fclabels-doc/html/