/usr/share/doc/libghc-lrucache-doc/html/index.html is in libghc-lrucache-doc 1.1.1.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 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | <!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>lrucache-1.1.1.3: a simple, pure LRU cache</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">lrucache-1.1.1.3: a simple, pure LRU cache</p></div><div id="content"><div id="description"><h1>lrucache-1.1.1.3: a simple, pure LRU cache</h1><div class="doc"><p>This package contains a simple, pure LRU cache, implemented in
terms of <a href="/usr/share/doc/ghc-doc/html/libraries/containers-0.5.0.0/Data-Map.html">Data.Map</a>.
</p><p>It also contains a mutable IO wrapper providing atomic updates to
an LRU cache.
</p><p>Version History:
</p><ol><li>1.1.3 - Test for containers >= 0.5, rather than GHC >= 7.6
</li><li>1.1.2 - Make actually compatible with containers 0.5 - fix strictness issue
</li><li>1.1.1 - Fix containers upper bound for GHC 7.6.
</li><li>1.1 - Add an additional modification function for AtomicLRUCache.
</li><li>1.0.1 - Update containers constraint to allow containers from ghc-7
</li><li>1 - Add a Functor instance for LRUCache.
Add a generic modification function for AtomicLRUCache.
</li><li>0 - Breaking API changes:
1) The newLRU smart constructor now makes the maximum
size optional.
2) The delete function now returns the value removed, if
one was.
Additionally, a function was added to remove the least-recently
used element in the LRU.
</li><li>3 - Added a Show instance for LRU. (Requested by Ben Lee)
</li><li>2.0.1 - Increase strictness slightly.
Remove cabal target for test executable.
(Just include test sources instead.)
</li><li>2 - Added an Eq instance for LRU.
Added strictness to eliminate space leaks in common use patterns.
</li><li>1.1 - Add the Data.Cache.LRU.IO.Internal module.
Clean up build warnings on GHC 6.12.1.
</li><li>1.0.1 - Minor refactoring
</li><li>1 - First release
</li></ol></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')">Cache</span><ul id="section.n.1.1" class="show"><li><span class="module"><span id="control.n.1.1.1" class="collapser" onclick="toggleSection('n.1.1.1')"> </span><a href="Data-Cache-LRU.html">Data.Cache.LRU</a></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')"> </span><a href="Data-Cache-LRU-IO.html">Data.Cache.LRU.IO</a></span><ul id="section.n.1.1.1.1" class="show"><li><span class="module"><a href="Data-Cache-LRU-IO-Internal.html">Data.Cache.LRU.IO.Internal</a></span></li></ul></li><li><span class="module"><a href="Data-Cache-LRU-Internal.html">Data.Cache.LRU.Internal</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>
|