This file is indexed.

/var/lib/ghc/package.conf.d/utility-ht-0.0.10.conf is in libghc-utility-ht-dev 0.0.10-1.

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: utility-ht
version: 0.0.10
id: utility-ht-0.0.10-ea44ce67e8c341290b6c9e7bd15101f8

license: BSD3
copyright:
maintainer: Henning Thielemann <haskell@henning-thielemann.de>
stability:
homepage:
package-url:
synopsis: Various small helper functions for Lists, Maybes, Tuples, Functions
description: Various small helper functions for Lists, Maybes, Tuples, Functions.
             Some of these functions are improved implementations of standard functions.
             They have the same name as their standard counterparts.
             Others are equivalent to functions from the @base@ package,
             but if you import them from this utility package
             then you can write code that runs on older GHC versions
             or other compilers like Hugs and JHC.
             .
             All modules are plain Haskell 98.
             The package depends exclusively on the @base@ package
             and only that portions of @base@ that are simple to port.
             Thus you do not risk a dependency avalanche by importing it.
             However, further splitting the base package might invalidate this statement.
             .
             Alternative packages: @Useful@, @MissingH@
category: Data, List
author: Henning Thielemann <haskell@henning-thielemann.de>
exposed: True
exposed-modules: Data.Bool.HT Data.Eq.HT Data.Function.HT
                 Data.Ix.Enum Data.List.HT Data.List.Key Data.List.Match
                 Data.Maybe.HT Data.Monoid.HT Data.Ord.HT Data.Record.HT
                 Data.String.HT Data.Tuple.HT Control.Monad.HT Control.Functor.HT
                 Data.Strictness.HT Text.Read.HT Text.Show.HT
hidden-modules: Data.Bool.HT.Private Data.List.HT.Private
                Data.List.Key.Private Data.List.Match.Private
                Data.Function.HT.Private Data.Record.HT.Private
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/utility-ht-0.0.10/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/utility-ht-0.0.10/ghc-7.6.3
hs-libraries: HSutility-ht-0.0.10
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/utility-ht-0.0.10/utility-ht.haddock
haddock-html: /usr/share/doc/libghc-utility-ht-doc/html/