This file is indexed.

/var/lib/ghc/package.conf.d/flexible-defaults-0.0.1.1.conf is in libghc-flexible-defaults-dev 0.0.1.1-3build1.

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
name: flexible-defaults
version: 0.0.1.1
id: flexible-defaults-0.0.1.1-a0a2647008f9ea40b5f5cdec2c5a479f
key: flexi_4YacJvti3yWFwdALWkvqjI
license: PublicDomain
maintainer: James Cook <mokus@deepbondi.net>
stability: provisional
homepage: https://github.com/mokus0/flexible-defaults
synopsis: Generate default function implementations for complex type classes.
description:
    Template Haskell code to implement default implementations
    for type-class functions based on which functions are
    already implemented.  Currently extremely crude but
    still fairly effective.
    .
    When defining a type class with many functions, each
    of which can be implemented based on arbitrary subsets
    of the others, the standard default-implementation
    concept breaks down quite badly.  This library provides
    a system by which more complex rules can be described
    for choosing default implementations based on which
    ones the user supplies.  These implementations can
    additionally be given \"suitability scores\", so that
    when multiple possible choices could be made, the
    library can choose the \"best\" one.
    .
    Changes in 0.0.1.0: Updated for Template Haskell changes
    in GHC 7.6
    .
    Changes in v0.0.0.3:  Added a hack to fix under GHC 7.2.
    .
    Changes in v0.0.0.2:  Nothing at all except setting
    'buildable: False' under GHC 7.2.1.
category: Code Generation, Template Haskell
author: James Cook <mokus@deepbondi.net>
exposed: True
exposed-modules:
    Language.Haskell.TH.FlexibleDefaults
hidden-modules: Language.Haskell.TH.FlexibleDefaults.DSL
                Language.Haskell.TH.FlexibleDefaults.Solve
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/flexible-defaults-0.0.1.1-4YacJvti3yWFwdALWkvqjI
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/flexible-defaults-0.0.1.1-4YacJvti3yWFwdALWkvqjI
data-dir: /usr/share/flexible-defaults
hs-libraries: HSflexible-defaults-0.0.1.1-4YacJvti3yWFwdALWkvqjI
depends:
    base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
    containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb
    template-haskell-2.10.0.0-3c4cb52230f347282af9b2817f013181
    th-extras-0.0.0.2-c725e897d001fe1bf4816fb746ee31e7
    transformers-0.4.2.0-81450cd8f86b36eaa8fa0cbaf6efc3a3
haddock-interfaces: /usr/lib/ghc-doc/haddock/flexible-defaults-0.0.1.1/flexible-defaults.haddock
haddock-html: /usr/share/doc/libghc-flexible-defaults-doc/html/