Wed, 05 Jun 2024 03:43:50 UTC | login

Information for build ghc-wizards-1.0.3-3.fc31

ID125482
Package Nameghc-wizards
Version1.0.3
Release3.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-wizards.git#d8fc1a7f95796f15592360c69d666a1e3eb30f2a
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 bydavidlt
State failed
Volume DEFAULT
StartedSun, 22 Sep 2019 02:35:39 UTC
CompletedSun, 22 Sep 2019 02:45:11 UTC
Taskbuild (f31-candidate, /rpms/ghc-wizards.git:d8fc1a7f95796f15592360c69d666a1e3eb30f2a)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-wizards.git#d8fc1a7f95796f15592360c69d666a1e3eb30f2a'}}
Tags No tags
RPMs No RPMs
Changelog * Fri Aug 02 2019 Jens Petersen <petersen@redhat.com> - 1.0.3-3 - add doc and prof subpackages (cabal-rpm-1.0.0) * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Feb 21 2019 Jens Petersen <petersen@redhat.com> - 1.0.3-1 - update to 1.0.3 * Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 1.0.2-14 - refresh to cabal-rpm-0.13 * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 28 2018 Jens Petersen <petersen@redhat.com> - 1.0.2-12 - revise .cabal * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Jan 26 2018 Jens Petersen <petersen@redhat.com> - 1.0.2-9 - rebuild