/var/lib/ghc/package.conf.d/xmlhtml-0.2.3.conf is in libghc-xmlhtml-dev 0.2.3-1build2.
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 | name: xmlhtml
version: 0.2.3
id: xmlhtml-0.2.3-53dc02e5450427887cd8ef918b31f185
license: BSD3
copyright:
maintainer: Chris Smith <cdsmith@gmail.com>
stability:
homepage:
package-url:
synopsis: XML parser and renderer with HTML 5 quirks mode
description: Contains renderers and parsers for both XML and HTML 5
document fragments, which share data structures so that
it's easy to work with both. Document fragments are bits
of documents, which are not constrained by some of the
high-level structure rules (in particular, they may
contain more than one root element).
.
Note that this is not a compliant HTML 5 parser. Rather,
it is a parser for HTML 5 compliant documents. It does not
implement the HTML 5 parsing algorithm, and should
generally be expected to perform correctly only on
documents that you trust to conform to HTML 5. This is
not a suitable library for implementing web crawlers or
other software that will be exposed to documents from
outside sources. The result is also not the HTML 5
node structure, but rather something closer to the physical
structure. For example, omitted start tags are not
inserted (and so, their corresponding end tags must also be
omitted).
category: Text
author: Chris Smith <cdsmith@gmail.com>
exposed: True
exposed-modules: Text.XmlHtml Text.XmlHtml.Cursor
Text.XmlHtml.HTML.Meta Text.Blaze.Renderer.XmlHtml
hidden-modules: Text.XmlHtml.Common Text.XmlHtml.TextParser
Text.XmlHtml.XML.Parse Text.XmlHtml.XML.Render
Text.XmlHtml.HTML.Parse Text.XmlHtml.HTML.Render
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/xmlhtml-0.2.3/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/xmlhtml-0.2.3/ghc-7.6.3
hs-libraries: HSxmlhtml-0.2.3
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
blaze-builder-0.3.3.0-c4811f3b9aa33d6ba7b3cb73255068c1
blaze-html-0.6.1.2-a198dd5301113f2efb92692a58f025f2
blaze-markup-0.5.1.6-bae8355a6c5ec5580808b59dd47b41e0
bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f
containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2
parsec-3.1.3-6c6e21cb4ed4ef9d58fdf442940b152e
text-0.11.3.1-e38859e86485c167fa7c9441789e7607
unordered-containers-0.2.3.0-9584b653deee0b5f16062e26c5ddf569
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/xmlhtml-0.2.3/xmlhtml.haddock
haddock-html: /usr/share/doc/libghc-xmlhtml-doc/html/
|