This file is indexed.

/usr/share/doc/libghc-pandoc-types-doc/html/index.html is in libghc-pandoc-types-doc 1.12.4.1-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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>pandoc-types-1.12.4.1: Types for representing a structured document</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">pandoc-types-1.12.4.1: Types for representing a structured document</p></div><div id="content"><div id="description"><h1>pandoc-types-1.12.4.1: Types for representing a structured document</h1><div class="doc"><p><code>Text.Pandoc.Definition</code> defines the <code>Pandoc</code> data
structure, which is used by pandoc to represent
structured documents.  This module used to live
in the pandoc package, but starting with pandoc 1.7, it
has been split off, so that other packages can use it
without drawing in all of pandoc's dependencies, and
pandoc itself can depend on packages (like citeproc-hs)
that use them.
</p><p><code>Text.Pandoc.Builder</code> provides functions for building
up <code>Pandoc</code> structures programmatically.
</p><p><code>Text.Pandoc.Generic</code> provides generic functions for
manipulating Pandoc documents.
</p><p><code>Text.Pandoc.Walk</code> provides faster, nongeneric functions
for manipulating Pandoc documents.
</p><p><code>Text.Pandoc.JSON</code> provides functions for serializing
and deserializing a <code>Pandoc</code> structure to and from JSON.
</p></div></div><div id="module-list"><p class="caption">Modules</p><ul><li><span id="control.n.1" class="module collapser" onclick="toggleSection('n.1')">Text</span><ul id="section.n.1" class="show"><li><span id="control.n.1.1" class="module collapser" onclick="toggleSection('n.1.1')">Pandoc</span><ul id="section.n.1.1" class="show"><li><span class="module"><a href="Text-Pandoc-Builder.html">Text.Pandoc.Builder</a></span></li><li><span class="module"><a href="Text-Pandoc-Definition.html">Text.Pandoc.Definition</a></span></li><li><span class="module"><a href="Text-Pandoc-Generic.html">Text.Pandoc.Generic</a></span></li><li><span class="module"><a href="Text-Pandoc-JSON.html">Text.Pandoc.JSON</a></span></li><li><span class="module"><a href="Text-Pandoc-Walk.html">Text.Pandoc.Walk</a></span></li></ul></li></ul></li></ul></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.13.2</p></div></body></html>