Sat, 17 Jan 2026 17:19:06 CST | login

Information for build ghc-wizards-1.0.3-1.ocs23

ID14657
Package Nameghc-wizards
Version1.0.3
Release1.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/ghc-wizards.git?.#9318674196611629a4cd930aa752e86403de3d02
SummaryHigh level, generic library for interrogative user interfaces
Description'wizards' is a package designed for the quick and painless development of /interrogative/ programs, which revolve around a "dialogue" with the user, who is asked a series of questions in a sequence much like an installation wizard. Everything from interactive system scripts, to installation wizards, to full-blown shells can be implemented with the support of 'wizards'. It is developed transparently on top of a free monad, which separates out the semantics of the program from any particular interface. A variety of backends exist, including console-based "System.Console.Wizard.Haskeline" and "System.Console.Wizard.BasicIO", and the pure "System.Console.Wizard.Pure". It is also possible to write your own backends, or extend existing back-ends with new features. While both built-in IO backends operate on a console, there is no reason why 'wizards' cannot also be used for making GUI wizard interfaces. See the github page for examples on usage: <http://www.github.com/liamoc/wizards> For creating backends, the module "System.Console.Wizard.Internal" has a brief tutorial.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedMon, 12 Aug 2024 10:36:54 CST
CompletedMon, 12 Aug 2024 10:38:43 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/ghc-wizards.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-wizards.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
ghc-wizards-1.0.3-1.ocs23.src.rpm (info) (download)
aarch64
ghc-wizards-1.0.3-1.ocs23.aarch64.rpm (info) (download)
ghc-wizards-devel-1.0.3-1.ocs23.aarch64.rpm (info) (download)
noarch
ghc-wizards-doc-1.0.3-1.ocs23.noarch.rpm (info) (download)
x86_64
ghc-wizards-1.0.3-1.ocs23.x86_64.rpm (info) (download)
ghc-wizards-devel-1.0.3-1.ocs23.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Aug 08 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.0.3-1 - initial build