This file is indexed.

/var/lib/ghc/package.conf.d/gitlib-3.1.0.conf is in libghc-gitlib-dev 3.1.0-1+b8.

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
name: gitlib
version: 3.1.0
id: gitlib-3.1.0-3bad73d3b8f101ef044d99457057e103

license: MIT
copyright:
maintainer: johnw@newartisans.com
stability:
homepage:
package-url:
synopsis: API library for working with Git repositories
description: @gitlib@ is a high-level, lazy and conduit-aware set of abstractions for
             programming with Git types.  Several different backends are available,
             including one for the libgit2 C library (<http://libgit2.github.com>) (see
             @gitlib-libgit2@).  The aim is both type-safety and convenience of use for
             Haskell users, combined with high performance and minimal memory footprint
             by taking advantage of Haskell's laziness and the conduit library's
             deterministic resource cleanup.
             .
             For further information, as well as typical use cases, see "Git.Tutorial".
category: FFI
author: John Wiegley
exposed: True
exposed-modules: Git Git.Blob Git.Commit Git.Commit.Push Git.Object
                 Git.Reference Git.Repository Git.Tree Git.Tree.Builder
                 Git.Tree.Builder.Pure Git.Tree.Working Git.Tutorial Git.Types
                 Git.Utils Git.Working
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/gitlib-3.1.0/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/gitlib-3.1.0/ghc-7.6.3
hs-libraries: HSgitlib-3.1.0
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
         base16-bytestring-0.1.1.6-c677f82a1b0813876b809923ad16c1eb
         bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f
         conduit-1.1.6-d422ad1b0f15749ef6ade095c21dcc4b
         conduit-combinators-0.2.8.2-61dc89745448986763dbc07b9cb258fa
         containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2
         directory-1.2.0.1-91a788fd88acd7f149f0f10f5f1e23f2
         exceptions-0.6.1-8e5077c2798c04f83b07b29e8f8aa7dc
         filepath-1.3.0.1-b12cbe18566fe1532a1fda4c85e31cbe
         hashable-1.2.1.0-7e83190fbb1b0ba81d7022fa876f0f8b
         lifted-async-0.2.0.1-d37899c1c7bb9828d80a5b66756c0007
         lifted-base-0.2.0.3-635db11b8313e1acaa5140f2757e862e
         monad-control-0.3.2.2-aae11679047438e5ee6b1274ae527d35
         monad-logger-0.3.6.1-ffdfce6a2ac98d41e96c286fedb34192
         mtl-2.1.2-94c72af955e94b8d7b2f359dadd0cb62
         resourcet-1.1.2.3-300a5f454b32622dd26f5e38817d3f89
         semigroups-0.15.3-f01224638d8ef67a79d1815551975c8a
         system-filepath-0.4.12-b37836acc4fa4fb9d9b7dd01fee1d201
         tagged-0.7.2-002e2b0a3122c5b5f8b9c8717b5e6b17
         text-0.11.3.1-e38859e86485c167fa7c9441789e7607
         time-1.4.0.1-10dc4804a19dc0000fab79908f1a9f50
         transformers-0.3.0.0-ff2bb6ac67241ebb987351a3db564af0
         unix-2.6.0.1-4f219f792083f70ec440ce406f12ce57
         unordered-containers-0.2.5.0-11c50452e1ec4de862c3ca415f189512
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/gitlib-3.1.0/gitlib.haddock
haddock-html: /usr/share/doc/libghc-gitlib-doc/html/