This file is indexed.

/usr/share/doc/libghc-stringsearch-doc/html/index.html is in libghc-stringsearch-doc 0.3.6.4-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
 9
10
11
12
<!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>stringsearch-0.3.6.4: Fast searching, splitting and replacing of ByteStrings</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">stringsearch-0.3.6.4: Fast searching, splitting and replacing of ByteStrings</p></div><div id="content"><div id="description"><h1>stringsearch-0.3.6.4: Fast searching, splitting and replacing of ByteStrings</h1><div class="doc"><p>This package provides several functions to quickly
search for substrings in strict or lazy ByteStrings.
It also provides functions for breaking or splitting
on substrings and replacing all occurrences of a
substring (the first in case of overlaps) with another.
GHC before 6.10 are no longer supported, other compilers
only if they support BangPatterns. If you need it to
work with other compilers, send a feature request.
</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 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 id="control.n.1.1.1" class="module collapser" onclick="toggleSection('n.1.1.1')">Lazy</span><ul id="section.n.1.1.1" class="show"><li><span class="module"><span id="control.n.1.1.1.1" class="collapser" onclick="toggleSection('n.1.1.1.1')">&nbsp;</span><a href="Data-ByteString-Lazy-Search.html">Data.ByteString.Lazy.Search</a></span><ul id="section.n.1.1.1.1" class="show"><li><span class="module"><a href="Data-ByteString-Lazy-Search-DFA.html">Data.ByteString.Lazy.Search.DFA</a></span></li><li><span class="module"><a href="Data-ByteString-Lazy-Search-KMP.html">Data.ByteString.Lazy.Search.KMP</a></span></li><li><span class="module"><a href="Data-ByteString-Lazy-Search-KarpRabin.html">Data.ByteString.Lazy.Search.KarpRabin</a></span></li></ul></li></ul></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-ByteString-Search.html">Data.ByteString.Search</a></span><ul id="section.n.1.1.2" class="show"><li><span class="module"><a href="Data-ByteString-Search-BoyerMoore.html">Data.ByteString.Search.BoyerMoore</a></span></li><li><span class="module"><a href="Data-ByteString-Search-DFA.html">Data.ByteString.Search.DFA</a></span></li><li><span class="module"><a href="Data-ByteString-Search-KMP.html">Data.ByteString.Search.KMP</a></span></li><li><span class="module"><a href="Data-ByteString-Search-KarpRabin.html">Data.ByteString.Search.KarpRabin</a></span></li><li><span class="module"><a href="Data-ByteString-Search-KnuthMorrisPratt.html">Data.ByteString.Search.KnuthMorrisPratt</a></span></li><li><span class="module"><a href="Data-ByteString-Search-Substitution.html">Data.ByteString.Search.Substitution</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>