./devel/hs-wizards, High level, generic library for interrogative user interfaces

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.3nb7, Package name: hs-wizards-1.0.3nb7, Maintainer: pkgsrc-users

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.


Required to run:
[lang/ghc88] [devel/hs-control-monad-free]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 8.05 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-29 06:49:19 by Masatake Daimon | Files touched by this commit (1)
Log message:
devel/hs-wizards: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-27 14:19:28 by Masatake Daimon | Files touched by this commit (2)
Log message:
devel/hs-wizards: Fix build with GHC 9.6
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2023-01-25 14:48:31 by Masatake Daimon | Files touched by this commit (4)
Log message:
devel/hs-wizards: Fix build with GHC 9.4
   2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872)
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
   2022-02-12 09:51:00 by Masatake Daimon | Files touched by this commit (575)
Log message:
revbump after changing the default Haskell compiler
   2022-01-18 03:48:33 by Masatake Daimon | Files touched by this commit (541)
Log message:
Bump packages that depends on GHC