This file is indexed.

/var/lib/ghc/package.conf.d/text-show-2.1.1.conf is in libghc-text-show-dev 2.1.1-1build1.

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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
name: text-show
version: 2.1.1
id: text-show-2.1.1-36395e13d087ace41fe34dcf17218ea6
key: texts_1w3XPXSun1QEnE9Cb4b1A7
license: BSD3
copyright: (C) 2014-2015 Ryan Scott
maintainer: Ryan Scott <ryan.gl.scott@ku.edu>
stability: Provisional
homepage: https://github.com/RyanGlScott/text-show
synopsis: Efficient conversion of values into Text
description:
    @text-show@ offers a replacement for the @Show@ typeclass intended
    for use with @Text@ instead of @String@s. This package was created
    in the spirit of
    @<http://hackage.haskell.org/package/bytestring-show bytestring-show>@.
    .
    At the moment, @text-show@ provides instances for most data
    types in the @<http://hackage.haskell.org/package/array array>@,
    @<http://hackage.haskell.org/package/base base>@,
    @<http://hackage.haskell.org/package/bytestring bytestring>@, and
    @<http://hackage.haskell.org/package/text text>@ packages.
    Therefore, much of the source code for @text-show@ consists of
    borrowed code from those packages in order to ensure that the
    behaviors of @Show@ and @TextShow@ coincide.
    .
    For most uses, simply importing "TextShow"
    will suffice:
    .
    @
    module Main where
    .
    import TextShow
    .
    main :: IO ()
    main = printT (Just \"Hello, World!\")
    @
    .
    If you desire it, there are also monomorphic versions of the @showb@
    function available in the submodules of "TextShow". See the
    <https://github.com/RyanGlScott/text-show/wiki/Naming-conventions naming conventions>
    page for more information.
    .
    Support for automatically deriving @TextShow@ instances can be found
    in the "TextShow.TH" and "TextShow.Generic" modules. If you don't
    know which one to use, use "TextShow.TH".
category: Text
author: Ryan Scott
exposed: True
exposed-modules:
    TextShow TextShow.Control.Applicative TextShow.Control.Concurrent
    TextShow.Control.Exception TextShow.Control.Monad.ST
    TextShow.Data.Array TextShow.Data.Bool TextShow.Data.ByteString
    TextShow.Data.Char TextShow.Data.Complex TextShow.Data.Data
    TextShow.Data.Dynamic TextShow.Data.Either TextShow.Data.Fixed
    TextShow.Data.Floating TextShow.Data.Functor.Identity
    TextShow.Debug.Trace TextShow.Debug.Trace.Generic
    TextShow.Debug.Trace.TH TextShow.Generic TextShow.Data.Integral
    TextShow.Data.List TextShow.Data.Maybe TextShow.Data.Monoid
    TextShow.Data.Ord TextShow.Data.Proxy TextShow.Data.Ratio
    TextShow.Data.Text TextShow.Data.Tuple TextShow.Data.Typeable
    TextShow.Data.Version TextShow.Data.Void TextShow.Foreign.C.Types
    TextShow.Foreign.Ptr TextShow.Functions TextShow.GHC.Generics
    TextShow.Numeric.Natural TextShow.System.Exit TextShow.System.IO
    TextShow.System.Posix.Types TextShow.Text.Read TextShow.TH
    TextShow.GHC.Conc.Windows TextShow.GHC.Fingerprint
    TextShow.GHC.Event TextShow.GHC.Stats TextShow.GHC.TypeLits
    TextShow.Data.Type.Coercion TextShow.Data.Type.Equality
    TextShow.Data.OldTypeable TextShow.GHC.RTS.Flags
    TextShow.GHC.StaticPtr
hidden-modules: TextShow.Classes TextShow.Data.Typeable.Utils
                TextShow.FromStringTextShow TextShow.Instances TextShow.TH.Internal
                TextShow.TH.Names TextShow.Utils
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/text-show-2.1.1-1w3XPXSun1QEnE9Cb4b1A7
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/text-show-2.1.1-1w3XPXSun1QEnE9Cb4b1A7
data-dir: /usr/share/text-show
hs-libraries: HStext-show-2.1.1-1w3XPXSun1QEnE9Cb4b1A7
include-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/text-show-2.1.1-1w3XPXSun1QEnE9Cb4b1A7/include
includes:
    inline.h utils.h
depends:
    array-0.5.1.0-960bf9ae8875cc30355e086f8853a049
    base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
    base-compat-0.8.2-78f8fb2b4a7e3cef0740acd6830a6ce5
    bytestring-0.10.6.0-9a873bcf33d6ce2fd2698ce69e2c1c66
    containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb
    generic-deriving-1.9.0-d6c6ffd2e384994d598c75d88846847f
    ghc-prim-0.4.0.0-6cdc86811872333585fa98756aa7c51e
    integer-gmp-1.0.0.0-3c8c40657a9870f5c33be17496806d8d
    semigroups-0.18.0.1-8280af83a74b71fe859e6151e1ac901a
    tagged-0.8.2-16a51d8cfafeba080a9011b87265d84b
    template-haskell-2.10.0.0-3c4cb52230f347282af9b2817f013181
    text-1.2.2.0-2c09cfae3213a07ad08b7cc1c9a4bb52
    transformers-0.4.2.0-81450cd8f86b36eaa8fa0cbaf6efc3a3
    void-0.7.1-a8db3bfa56429340e1d25f3b5062a9e2
haddock-interfaces: /usr/lib/ghc-doc/haddock/text-show-2.1.1/text-show.haddock
haddock-html: /usr/share/doc/libghc-text-show-doc/html/