This file is indexed.

/usr/share/doc/libghc-uuid-doc/html/Data-UUID-V1.html is in libghc-uuid-doc 1.3.11-4.

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
<!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>Data.UUID.V1</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();setSynopsis("mini_Data-UUID-V1.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Data-UUID-V1.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">uuid-1.3.11: For creating, comparing, parsing and printing Universally Unique Identifiers</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Copyright</th><td>(c) 2008 Jason Dusek
              (c) 2009 Mark Lentczner
              (c) 2009-2010,2012 Antoine Latter</td></tr><tr><th>License</th><td>BSD-style</td></tr><tr><th>Maintainer</th><td>aslatter@gmail.com</td></tr><tr><th>Stability</th><td>experimental</td></tr><tr><th>Portability</th><td>portable</td></tr><tr><th>Safe Haskell</th><td>None</td></tr><tr><th>Language</th><td>Haskell98</td></tr></table><p class="caption">Data.UUID.V1</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>RFC 4122 Version 1 UUID state machine.</p><p>The generated UUID is based on the hardware MAC
address and the system clock.</p><p>If we cannot lookup the MAC address we seed the
generator with a psuedo-random number.</p></div></div><div id="synopsis"><p id="control.syn" class="caption expander" onclick="toggleSection('syn')">Synopsis</p><ul id="section.syn" class="hide" onclick="toggleSection('syn')"><li class="src short"><a href="#v:nextUUID">nextUUID</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/System-IO.html#t:IO">IO</a> (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Data-UUID.html#t:UUID">UUID</a>)</li></ul></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><a name="v:nextUUID" class="def">nextUUID</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/System-IO.html#t:IO">IO</a> (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Data-UUID.html#t:UUID">UUID</a>) <a href="src/Data-UUID-V1.html#nextUUID" class="link">Source</a></p><div class="doc"><p>Returns a new UUID derived from the local hardware MAC
 address and the current system time.
 Is generated according to the Version 1 UUID sepcified in
 RFC 4122.</p><p>Returns <code><a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Maybe.html#v:Nothing">Nothing</a></code> if you request UUIDs too quickly.</p></div></div></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>