This file is indexed.

/usr/share/doc/libghc-blaze-builder-doc/html/mini_Blaze-ByteString-Builder-Int.html is in libghc-blaze-builder-doc 0.4.0.1-3build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
<!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.ByteString.Builder.Int</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 id="mini"><div id="module-header"><p class="caption">Blaze.ByteString.Builder.Int</p></div><div id="interface"><h1>Writing integers to a buffer</h1><div class="top"><p class="src"><a href="Blaze-ByteString-Builder-Int.html#v:writeInt8" target="main">writeInt8</a></p></div><h2>Big-endian writes</h2><div class="top"><p class="src"><a href="Blaze-ByteString-Builder-Int.html#v:writeInt16be" target="main">writeInt16be</a></p></div><div class="top"><p class="src"><a href="Blaze-ByteString-Builder-Int.html#v:writeInt32be" target="main">writeInt32be</a></p></div><div class="top"><p class="src"><a href="Blaze-ByteString-Builder-Int.html#v:writeInt64be" target="main">writeInt64be</a></p></div><h2>Little-endian writes</h2><div class="top"><p class="src"><a href="Blaze-ByteString-Builder-Int.html#v:writeInt16le" target="main">writeInt16le</a></p></div><div class="top"><p class="src"><a href="Blaze-ByteString-Builder-Int.html#v:writeInt32le" target="main">writeInt32le</a></p></div><div class="top"><p class="src"><a href="Blaze-ByteString-Builder-Int.html#v:writeInt64le" target="main">writeInt64le</a></p></div><h2>Host-endian writes</h2><div class="top"><p class="src"><a href="Blaze-ByteString-Builder-Int.html#v:writeInthost" target="main">writeInthost</a></p></div><div class="top"><p class="src"><a href="Blaze-ByteString-Builder-Int.html#v:writeInt16host" target="main">writeInt16host</a></p></div><div class="top"><p class="src"><a href="Blaze-ByteString-Builder-Int.html#v:writeInt32host" target="main">writeInt32host</a></p></div><div class="top"><p class="src"><a href="Blaze-ByteString-Builder-Int.html#v:writeInt64host" target="main">writeInt64host</a></p></div><h1>Creating builders from integers</h1><div class="top"><p class="src"><a href="Blaze-ByteString-Builder-Int.html#v:fromInt8" target="main">fromInt8</a></p></div><div class="top"><p class="src"><a href="Blaze-ByteString-Builder-Int.html#v:fromInt8s" target="main">fromInt8s</a></p></div><h2>Big-endian serialization</h2><div class="top"><p class="src"><a href="Blaze-ByteString-Builder-Int.html#v:fromInt16be" target="main">fromInt16be</a></p></div><div class="top"><p class="src"><a href="Blaze-ByteString-Builder-Int.html#v:fromInt32be" target="main">fromInt32be</a></p></div><div class="top"><p class="src"><a href="Blaze-ByteString-Builder-Int.html#v:fromInt64be" target="main">fromInt64be</a></p></div><div class="top"><p class="src"><a href="Blaze-ByteString-Builder-Int.html#v:fromInt32sbe" target="main">fromInt32sbe</a></p></div><div class="top"><p class="src"><a href="Blaze-ByteString-Builder-Int.html#v:fromInt16sbe" target="main">fromInt16sbe</a></p></div><div class="top"><p class="src"><a href="Blaze-ByteString-Builder-Int.html#v:fromInt64sbe" target="main">fromInt64sbe</a></p></div><h2>Little-endian serialization</h2><div class="top"><p class="src"><a href="Blaze-ByteString-Builder-Int.html#v:fromInt16le" target="main">fromInt16le</a></p></div><div class="top"><p class="src"><a href="Blaze-ByteString-Builder-Int.html#v:fromInt32le" target="main">fromInt32le</a></p></div><div class="top"><p class="src"><a href="Blaze-ByteString-Builder-Int.html#v:fromInt64le" target="main">fromInt64le</a></p></div><div class="top"><p class="src"><a href="Blaze-ByteString-Builder-Int.html#v:fromInt16sle" target="main">fromInt16sle</a></p></div><div class="top"><p class="src"><a href="Blaze-ByteString-Builder-Int.html#v:fromInt32sle" target="main">fromInt32sle</a></p></div><div class="top"><p class="src"><a href="Blaze-ByteString-Builder-Int.html#v:fromInt64sle" target="main">fromInt64sle</a></p></div><h2>Host-endian serialization</h2><div class="top"><p class="src"><a href="Blaze-ByteString-Builder-Int.html#v:fromInthost" target="main">fromInthost</a></p></div><div class="top"><p class="src"><a href="Blaze-ByteString-Builder-Int.html#v:fromInt16host" target="main">fromInt16host</a></p></div><div class="top"><p class="src"><a href="Blaze-ByteString-Builder-Int.html#v:fromInt32host" target="main">fromInt32host</a></p></div><div class="top"><p class="src"><a href="Blaze-ByteString-Builder-Int.html#v:fromInt64host" target="main">fromInt64host</a></p></div><div class="top"><p class="src"><a href="Blaze-ByteString-Builder-Int.html#v:fromIntshost" target="main">fromIntshost</a></p></div><div class="top"><p class="src"><a href="Blaze-ByteString-Builder-Int.html#v:fromInt16shost" target="main">fromInt16shost</a></p></div><div class="top"><p class="src"><a href="Blaze-ByteString-Builder-Int.html#v:fromInt32shost" target="main">fromInt32shost</a></p></div><div class="top"><p class="src"><a href="Blaze-ByteString-Builder-Int.html#v:fromInt64shost" target="main">fromInt64shost</a></p></div></div></body></html>