Mon, 26 Jan 2026 14:48:01 CST | login

Information for build ghc-echo-0.1.4-1.oc9

ID27364
Package Nameghc-echo
Version0.1.4
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-echo.git?.#38d075fcc527b2cb037a4eab8eee6ea25f062014
SummaryA cross-platform, cross-console way to handle echoing terminal input
DescriptionThe '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.
Built byfanjunkong
State complete
Volume DEFAULT
StartedMon, 05 Aug 2024 11:48:18 CST
CompletedMon, 05 Aug 2024 11:51:34 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/ghc-echo.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-echo.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
ghc-echo-0.1.4-1.oc9.src.rpm (info) (download)
aarch64
ghc-echo-0.1.4-1.oc9.aarch64.rpm (info) (download)
ghc-echo-devel-0.1.4-1.oc9.aarch64.rpm (info) (download)
noarch
ghc-echo-doc-0.1.4-1.oc9.noarch.rpm (info) (download)
x86_64
ghc-echo-0.1.4-1.oc9.x86_64.rpm (info) (download)
ghc-echo-devel-0.1.4-1.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.1.4-1 - initial build