/var/lib/ghc/package.conf.d/xmlhtml-0.2.3.4.conf is in libghc-xmlhtml-dev 0.2.3.4-5build1.
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: xmlhtml
version: 0.2.3.4
id: xmlhtml-0.2.3.4-bcbb0704bccf8ea049c69c96edf4f927
key: xmlht_FRvunTzEFyvK9dUFRaQJCa
license: BSD3
maintainer: Chris Smith <cdsmith@gmail.com>
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/x86_64-linux-ghc-7.10.3/xmlhtml-0.2.3.4-FRvunTzEFyvK9dUFRaQJCa
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/xmlhtml-0.2.3.4-FRvunTzEFyvK9dUFRaQJCa
data-dir: /usr/share/xmlhtml
hs-libraries: HSxmlhtml-0.2.3.4-FRvunTzEFyvK9dUFRaQJCa
depends:
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
blaze-builder-0.4.0.1-073b5264a38e394a8dbb57adf8acf9c2
blaze-html-0.8.1.1-d2f0dd95041beab9a2d3b8b68a788fbe
blaze-markup-0.7.0.3-25645d30388fde79f290625707d81398
bytestring-0.10.6.0-9a873bcf33d6ce2fd2698ce69e2c1c66
containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb
parsec-3.1.9-c97a6d9077152efda935fd305a6ba92b
text-1.2.2.0-2c09cfae3213a07ad08b7cc1c9a4bb52
unordered-containers-0.2.5.1-a371fb886d3c588f30731c181c11e7b7
haddock-interfaces: /usr/lib/ghc-doc/haddock/xmlhtml-0.2.3.4/xmlhtml.haddock
haddock-html: /usr/share/doc/libghc-xmlhtml-doc/html/
|