/usr/share/doc/libghc-pipes-safe-doc/html/index.html is in libghc-pipes-safe-doc 2.0.2-1build1.
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 | <!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>pipes-safe-2.0.2: Safety for the pipes ecosystem</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">pipes-safe-2.0.2: Safety for the pipes ecosystem</p></div><div id="content"><div id="description"><h1>pipes-safe-2.0.2: Safety for the pipes ecosystem</h1><div class="doc"><p>This package adds resource management and exception handling to the <code>pipes</code>
ecosystem.
</p><p>Notable features include:
</p><ul><li> <em>Resource Safety</em>: Guarantee finalization using <code>finally</code>, <code>bracket</code> and
more
</li><li> <em>Exception Safety</em>: Even against asynchronous exceptions!
</li><li> <em>Laziness</em>: Only acquire resources when you need them
</li><li> <em>Promptness</em>: Finalize resources early when you are done with them
</li><li> <em>Native Exception Handling</em>: Catch and resume from exceptions inside pipes
</li><li> <em>No Buy-in</em>: Mix resource-safe pipes with unmanaged pipes using <code>hoist</code>
</li></ul></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')">Pipes</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')"> </span><a href="Pipes-Safe.html">Pipes.Safe</a></span><ul id="section.n.1.1" class="show"><li><span class="module"><a href="Pipes-Safe-Prelude.html">Pipes.Safe.Prelude</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.13.2</p></div></body></html>
|