This file is indexed.

/var/lib/ghc/package.conf.d/xml-conduit-1.2.1.conf is in libghc-xml-conduit-dev 1.2.1-1+b2.

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
name: xml-conduit
version: 1.2.1
id: xml-conduit-1.2.1-2c76806707935987816f58cb2fdcfb21

license: BSD3
copyright:
maintainer: Michael Snoyman <michaels@suite-sol.com>
stability: Stable
homepage: http://github.com/snoyberg/xml
package-url:
synopsis: Pure-Haskell utilities for dealing with XML with the conduit package.
description: This package provides parsing and rendering functions for XML. It is based on the datatypes found in the xml-types package. This package is broken up into the following modules:
             .
             * Text.XML: DOM-based parsing and rendering. This is the most commonly used module.
             .
             * Text.XML.Cursor: A wrapper around "Text.XML" which allows bidirectional traversing of the DOM, similar to XPath. (Note: Text.XML.Cursor.Generic is the same concept, but will work with any node representation.)
             .
             * Text.XML.Unresolved: A slight modification to "Text.XML" which does not require all entities to be resolved at parsing. The datatypes are slightly more complicated here, and therefore this module is only recommended when you need to deal directly with raw entities.
             .
             * Text.XML.Stream.Parse: Streaming parser, including some streaming parser combinators.
             .
             * Text.XML.Stream.Render: Streaming renderer.
             .
             Additionally, the xml-hamlet package <http://hackage.haskell.org/package/xml-hamlet> provides a more convenient syntax for creating XML documents. For a more thorough tutorial on this library, please see <http://www.yesodweb.com/book/xml>.
category: XML, Conduit
author: Michael Snoyman <michaels@suite-sol.com>, Aristid Breitkreuz <aristidb@googlemail.com>
exposed: True
exposed-modules: Text.XML.Stream.Parse Text.XML.Stream.Render
                 Text.XML.Unresolved Text.XML.Cursor Text.XML.Cursor.Generic
                 Text.XML
hidden-modules: Text.XML.Stream.Token
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/xml-conduit-1.2.1/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/xml-conduit-1.2.1/ghc-7.6.3
hs-libraries: HSxml-conduit-1.2.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: attoparsec-0.10.4.0-d9fd97cfc1a1748b3cde35adf7fd233b
         base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
         blaze-builder-0.3.3.2-218a42248e93dd9cae8208aaf882209a
         blaze-html-0.7.0.2-b36b781af8b0a695bedd8fac8bbaf2eb
         blaze-markup-0.6.1.0-84a64e5c04b9071868f8c6a9627d0f33
         bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f
         conduit-1.1.6-d422ad1b0f15749ef6ade095c21dcc4b
         conduit-extra-1.1.3-3f3e27bcecde7a55e7d6a0858254017f
         containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2
         data-default-0.5.3-690cbd65b712475fa704cfcf6dff3163
         deepseq-1.3.0.1-5cc4cd89bdc2e8f6db1833d95ec36926
         monad-control-0.3.2.2-aae11679047438e5ee6b1274ae527d35
         resourcet-1.1.2.3-300a5f454b32622dd26f5e38817d3f89
         system-filepath-0.4.12-b37836acc4fa4fb9d9b7dd01fee1d201
         text-0.11.3.1-e38859e86485c167fa7c9441789e7607
         transformers-0.3.0.0-ff2bb6ac67241ebb987351a3db564af0
         xml-types-0.3.4-b39fd38cbbdcc8921c8e2439b41c614c
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/xml-conduit-1.2.1/xml-conduit.haddock
haddock-html: /usr/share/doc/libghc-xml-conduit-doc/html/