This file is indexed.

/usr/share/doc/libghc-aeson-doc/html/index.html is in libghc-aeson-doc 0.11.2.1-3.

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
<!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>aeson-0.11.2.1: Fast JSON parsing and encoding</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script src="file:///usr/share/javascript/mathjax/MathJax.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">aeson-0.11.2.1: Fast JSON parsing and encoding</p></div><div id="content"><div id="description"><h1>aeson-0.11.2.1: Fast JSON parsing and encoding</h1><div class="doc"><p>A JSON parsing and encoding library optimized for ease of use
and high performance.</p><p>To get started, see the documentation for the <code>Data.Aeson</code> module
below.</p><p>Parsing performance on a late 2013 MacBook Pro (2.6GHz Core i7),
running 64-bit GHC 7.10.1, for mostly-English tweets from Twitter's
JSON search API:</p><ul><li>6.4 KB payloads, English: 7570 msg/sec (47.6 MB/sec)</li><li>14.6 KB payloads, Japanese: 3261 msg/sec (46.6 MB/sec)</li></ul><p>Encoding performance on the same machine and data:</p><ul><li>6.4 KB payloads, English: 22738 msg/sec (142.9 MB/sec)</li><li>14.6 KB payloads, Japanese: 15911 msg/sec (227.4 MB/sec)</li></ul><p>(A note on naming: in Greek mythology, Aeson was the father of Jason.)</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')">Data</span><ul id="section.n.1" class="show"><li><span class="module"><span id="control.n.1.1" class="collapser" onclick="toggleSection('n.1.1')">&nbsp;</span><a href="Data-Aeson.html">Data.Aeson</a></span><ul id="section.n.1.1" class="show"><li><span class="module"><a href="Data-Aeson-Encode.html">Data.Aeson.Encode</a></span></li><li><span class="module"><span id="control.n.1.1.2" class="collapser" onclick="toggleSection('n.1.1.2')">&nbsp;</span><a href="Data-Aeson-Internal.html">Data.Aeson.Internal</a></span><ul id="section.n.1.1.2" class="show"><li><span class="module"><a href="Data-Aeson-Internal-Time.html">Data.Aeson.Internal.Time</a></span></li></ul></li><li><span class="module"><a href="Data-Aeson-Parser.html">Data.Aeson.Parser</a></span></li><li><span class="module"><a href="Data-Aeson-TH.html">Data.Aeson.TH</a></span></li><li><span class="module"><a href="Data-Aeson-Types.html">Data.Aeson.Types</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.17.2</p></div></body></html>