summaryrefslogtreecommitdiff
blob: 9d0d8cfdb8a6c8dc14455f66a7178506f2150f70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<longdescription>
		The @base@ library exposes the @hGetEcho@ and @hSetEcho@ functions
		for querying and setting echo status, but unfortunately, neither
		function works with MinTTY consoles on Windows. This is a serious
		issue, since @hGetEcho@ and @hSetEcho@ 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!
		
		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
		@-fexample@ flag.
	</longdescription>
</pkgmetadata>