/usr/share/doc/libghc-echo-doc/html/index.html is in libghc-echo-doc 0.1.3-1.
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 | <!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>echo-0.1.3: A cross-platform, cross-console way to handle echoing terminal input</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script src="file:///usr/share/javascript/mathjax/MathJax.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">echo-0.1.3: A cross-platform, cross-console way to handle echoing terminal input</p></div><div id="content"><div id="description"><h1>echo-0.1.3: A cross-platform, cross-console way to handle echoing terminal input</h1><div class="doc"><p>The <code>base</code> library exposes the <code>hGetEcho</code> and <code>hSetEcho</code> functions
for querying and setting echo status, but unfortunately, neither
function works with MinTTY consoles on Windows. This is a serious
issue, since <code>hGetEcho</code> and <code>hSetEcho</code> are often used to disable
input echoing when a program prompts for a password, so many
programs will reveal your password as you type it on MinTTY!</p><p>This library provides an alternative interface which works
with both MinTTY and other consoles. An example is included
which demonstrates how one might prompt for a password using
this library. To build it, make sure to configure with the
<code>-fexample</code> flag.</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')">System</span><ul id="section.n.1" class="show"><li><span id="control.n.1.1" class="module collapser" onclick="toggleSection('n.1.1')">IO</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="System-IO-Echo.html">System.IO.Echo</a></span><ul id="section.n.1.1.1" class="show"><li><span class="module"><a href="System-IO-Echo-Internal.html">System.IO.Echo.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.17.3</p></div></body></html>
|