This file is indexed.

/usr/share/doc/libghc-blaze-builder-doc/html/index.html is in libghc-blaze-builder-doc 0.3.3.2-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
<!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>blaze-builder-0.3.3.2: Efficient buffered output.</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">blaze-builder-0.3.3.2: Efficient buffered output.</p></div><div id="content"><div id="description"><h1>blaze-builder-0.3.3.2: Efficient buffered output.</h1><div class="doc"><p>This library provides an abstraction of buffered output of
byte streams and several convenience functions to exploit
it. For example, it allows to efficiently serialize
Haskell values to lazy bytestrings with a large average
chunk size. The large average chunk size allows to make
good use of cache prefetching in later processing steps
(e.g. compression) and reduces the system call overhead
when writing the resulting lazy bytestring to a file or
sending it over the network.
</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')">Blaze</span><ul id="section.n.1" class="show"><li><span id="control.n.1.1" class="module collapser" onclick="toggleSection('n.1.1')">ByteString</span><ul id="section.n.1.1" class="show"><li><span class="module"><span id="control.n.1.1.1" class="collapser" onclick="toggleSection('n.1.1.1')">&nbsp;</span><a href="Blaze-ByteString-Builder.html">Blaze.ByteString.Builder</a></span><ul id="section.n.1.1.1" class="show"><li><span class="module"><a href="Blaze-ByteString-Builder-ByteString.html">Blaze.ByteString.Builder.ByteString</a></span></li><li><span id="control.n.1.1.1.2" class="module collapser" onclick="toggleSection('n.1.1.1.2')">Char</span><ul id="section.n.1.1.1.2" class="show"><li><span class="module"><a href="Blaze-ByteString-Builder-Char-Utf8.html">Blaze.ByteString.Builder.Char.Utf8</a></span></li></ul></li><li><span class="module"><a href="Blaze-ByteString-Builder-Char8.html">Blaze.ByteString.Builder.Char8</a></span></li><li><span class="module"><a href="Blaze-ByteString-Builder-HTTP.html">Blaze.ByteString.Builder.HTTP</a></span></li><li><span id="control.n.1.1.1.5" class="module collapser" onclick="toggleSection('n.1.1.1.5')">Html</span><ul id="section.n.1.1.1.5" class="show"><li><span class="module"><a href="Blaze-ByteString-Builder-Html-Utf8.html">Blaze.ByteString.Builder.Html.Utf8</a></span></li></ul></li><li><span class="module"><a href="Blaze-ByteString-Builder-Int.html">Blaze.ByteString.Builder.Int</a></span></li><li><span class="module"><span id="control.n.1.1.1.7" class="collapser" onclick="toggleSection('n.1.1.1.7')">&nbsp;</span><a href="Blaze-ByteString-Builder-Internal.html">Blaze.ByteString.Builder.Internal</a></span><ul id="section.n.1.1.1.7" class="show"><li><span class="module"><a href="Blaze-ByteString-Builder-Internal-Buffer.html">Blaze.ByteString.Builder.Internal.Buffer</a></span></li><li><span class="module"><a href="Blaze-ByteString-Builder-Internal-Types.html">Blaze.ByteString.Builder.Internal.Types</a></span></li><li><span class="module"><a href="Blaze-ByteString-Builder-Internal-Write.html">Blaze.ByteString.Builder.Internal.Write</a></span></li></ul></li><li><span class="module"><a href="Blaze-ByteString-Builder-Word.html">Blaze.ByteString.Builder.Word</a></span></li></ul></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>