This file is indexed.

/var/lib/ghc/package.conf.d/xml-conduit-0.5.3.conf is in libghc-xml-conduit-dev 0.5.3-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
54
55
56
57
58
59
60
name: xml-conduit
version: 0.5.3
id: xml-conduit-0.5.3-74805f5b10054d1088b5060d41ccd219

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-enumerator>.
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-0.5.3/ghc-7.4.1
library-dirs: /usr/lib/haskell-packages/ghc/lib/xml-conduit-0.5.3/ghc-7.4.1
hs-libraries: HSxml-conduit-0.5.3
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: attoparsec-0.10.1.1-3613931d8bf805a9464cc0ea73a74bd3
         attoparsec-conduit-0.2.0-76c9800d4a824c3f350e4749db40ead6
         base-4.5.0.0-40b99d05fae6a4eea95ea69e6e0c9702
         blaze-builder-0.3.1.0-e50712ba78a6f8dc0c2caa4ee4b0c878
         blaze-builder-conduit-0.2.0-da69eb3a52fefabb9244d5bb133b0635
         bytestring-0.9.2.1-18f26186028d7c0e92e78edc9071d376
         conduit-0.2.0-04ed2b4219426e51e7fd271e3f3dac61
         containers-0.4.2.1-cfc6420ecc2194c9ed977b06bdfd9e69
         data-default-0.3.0-8e7b87c84af6214bcda94638cd414f5e
         failure-0.2.0-b496f287c86d46f9af260b3c883b83c1
         system-filepath-0.4.6-af04082f6679f1f57f7fceda5fdba747
         text-0.11.1.13-9b63b6813ed4eef16b7793151cdbba4d
         transformers-0.2.2.0-367ec8196a45fab9903c082ddf1e964e
         xml-types-0.3.1-23db6d035fd1a6dfc8c372612e51dd86
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/xml-conduit-0.5.3/xml-conduit.haddock
haddock-html: /usr/share/doc/libghc-xml-conduit-doc/html/