This file is indexed.

/usr/share/doc/libghc-hopenpgp-doc/html/doc-index-C.html is in libghc-hopenpgp-doc 2.4.3-2.

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>hOpenPGP-2.4.3: native Haskell implementation of OpenPGP (RFC4880) (Index - C)</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">hOpenPGP-2.4.3: native Haskell implementation of OpenPGP (RFC4880)</p></div><div id="content"><div id="alphabet"><ul><li><a href="doc-index-A.html">A</a></li><li><a href="doc-index-B.html">B</a></li><li><a href="doc-index-C.html">C</a></li><li><a href="doc-index-D.html">D</a></li><li><a href="doc-index-E.html">E</a></li><li><a href="doc-index-F.html">F</a></li><li><a href="doc-index-G.html">G</a></li><li><a href="doc-index-H.html">H</a></li><li><a href="doc-index-I.html">I</a></li><li><a href="doc-index-J.html">J</a></li><li><a href="doc-index-K.html">K</a></li><li><a href="doc-index-L.html">L</a></li><li><a href="doc-index-M.html">M</a></li><li><a href="doc-index-N.html">N</a></li><li><a href="doc-index-O.html">O</a></li><li><a href="doc-index-P.html">P</a></li><li><a href="doc-index-R.html">R</a></li><li><a href="doc-index-S.html">S</a></li><li><a href="doc-index-T.html">T</a></li><li><a href="doc-index-U.html">U</a></li><li><a href="doc-index-V.html">V</a></li><li><a href="doc-index-W.html">W</a></li><li><a href="doc-index-Z.html">Z</a></li><li><a href="doc-index-95.html">_</a></li><li><a href="doc-index-All.html">All</a></li></ul></div><div id="index"><p class="caption">Index - C</p><table><tr><td class="src">Camellia128</td><td class="module"><a href="Codec-Encryption-OpenPGP-Types.html#v:Camellia128">Codec.Encryption.OpenPGP.Types</a></td></tr><tr><td class="src">Camellia192</td><td class="module"><a href="Codec-Encryption-OpenPGP-Types.html#v:Camellia192">Codec.Encryption.OpenPGP.Types</a></td></tr><tr><td class="src">Camellia256</td><td class="module"><a href="Codec-Encryption-OpenPGP-Types.html#v:Camellia256">Codec.Encryption.OpenPGP.Types</a></td></tr><tr><td class="src">CanonicalTextSig</td><td class="module"><a href="Codec-Encryption-OpenPGP-Types.html#v:CanonicalTextSig">Codec.Encryption.OpenPGP.Types</a></td></tr><tr><td class="src">CAST5</td><td class="module"><a href="Codec-Encryption-OpenPGP-Types.html#v:CAST5">Codec.Encryption.OpenPGP.Types</a></td></tr><tr><td class="src">CasualCert</td><td class="module"><a href="Codec-Encryption-OpenPGP-Types.html#v:CasualCert">Codec.Encryption.OpenPGP.Types</a></td></tr><tr><td class="src">CertifyKeysKey</td><td class="module"><a href="Codec-Encryption-OpenPGP-Types.html#v:CertifyKeysKey">Codec.Encryption.OpenPGP.Types</a></td></tr><tr><td class="src">CertRevocationSig</td><td class="module"><a href="Codec-Encryption-OpenPGP-Types.html#v:CertRevocationSig">Codec.Encryption.OpenPGP.Types</a></td></tr><tr><td class="src">CompressedData</td><td>&nbsp;</td></tr><tr><td class="alt">1 (Type/Class)</td><td class="module"><a href="Codec-Encryption-OpenPGP-Types.html#t:CompressedData">Codec.Encryption.OpenPGP.Types</a></td></tr><tr><td class="alt">2 (Data Constructor)</td><td class="module"><a href="Codec-Encryption-OpenPGP-Types.html#v:CompressedData">Codec.Encryption.OpenPGP.Types</a></td></tr><tr><td class="src">compressedDataCompressionAlgorithm</td><td class="module"><a href="Codec-Encryption-OpenPGP-Types.html#v:compressedDataCompressionAlgorithm">Codec.Encryption.OpenPGP.Types</a></td></tr><tr><td class="src">CompressedDataPayload</td><td class="module"><a href="Codec-Encryption-OpenPGP-Types.html#t:CompressedDataPayload">Codec.Encryption.OpenPGP.Types</a></td></tr><tr><td class="src">compressedDataPayload</td><td class="module"><a href="Codec-Encryption-OpenPGP-Types.html#v:compressedDataPayload">Codec.Encryption.OpenPGP.Types</a></td></tr><tr><td class="src">CompressedDataPkt</td><td class="module"><a href="Codec-Encryption-OpenPGP-Types.html#v:CompressedDataPkt">Codec.Encryption.OpenPGP.Types</a></td></tr><tr><td class="src">CompressedDataType</td><td class="module"><a href="Codec-Encryption-OpenPGP-Types.html#v:CompressedDataType">Codec.Encryption.OpenPGP.Types</a></td></tr><tr><td class="src">CompressionAlgorithm</td><td class="module"><a href="Codec-Encryption-OpenPGP-Types.html#t:CompressionAlgorithm">Codec.Encryption.OpenPGP.Types</a></td></tr><tr><td class="src">compressPkts</td><td class="module"><a href="Codec-Encryption-OpenPGP-Compression.html#v:compressPkts">Codec.Encryption.OpenPGP.Compression</a></td></tr><tr><td class="src">conduitCompress</td><td class="module"><a href="Data-Conduit-OpenPGP-Compression.html#v:conduitCompress">Data.Conduit.OpenPGP.Compression</a></td></tr><tr><td class="src">conduitDecompress</td><td class="module"><a href="Data-Conduit-OpenPGP-Compression.html#v:conduitDecompress">Data.Conduit.OpenPGP.Compression</a></td></tr><tr><td class="src">conduitDecrypt</td><td class="module"><a href="Data-Conduit-OpenPGP-Decrypt.html#v:conduitDecrypt">Data.Conduit.OpenPGP.Decrypt</a></td></tr><tr><td class="src">conduitPktFilter</td><td class="module"><a href="Data-Conduit-OpenPGP-Filter.html#v:conduitPktFilter">Data.Conduit.OpenPGP.Filter</a></td></tr><tr><td class="src">conduitTKFilter</td><td class="module"><a href="Data-Conduit-OpenPGP-Filter.html#v:conduitTKFilter">Data.Conduit.OpenPGP.Filter</a></td></tr><tr><td class="src">conduitToTKs</td><td class="module"><a href="Data-Conduit-OpenPGP-Keyring.html#v:conduitToTKs">Data.Conduit.OpenPGP.Keyring</a></td></tr><tr><td class="src">conduitToTKsDropping</td><td class="module"><a href="Data-Conduit-OpenPGP-Keyring.html#v:conduitToTKsDropping">Data.Conduit.OpenPGP.Keyring</a></td></tr><tr><td class="src">conduitVerify</td><td class="module"><a href="Data-Conduit-OpenPGP-Verify.html#v:conduitVerify">Data.Conduit.OpenPGP.Verify</a></td></tr></table></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.16.1</p></div></body></html>