haskell-wizards 1.0.3-3 source package in Ubuntu

Changelog

haskell-wizards (1.0.3-3) unstable; urgency=medium

  * Patch for newer haskeline.

 -- Clint Adams <email address hidden>  Wed, 22 Jun 2022 15:41:01 -0400

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-wizards_1.0.3-3.dsc 2.4 KiB c1fd7de3bde4dc0e6aaba62871543f667f18f98bfcb46c87bfac1f19f80ea481
haskell-wizards_1.0.3.orig.tar.gz 8.0 KiB 05650d7bf6dd0e6b87d0d7da6fb003601ce5d7b1f3d69571127ec3c9425b9bb2
haskell-wizards_1.0.3-3.debian.tar.xz 3.4 KiB 813513438513b9242a3f2652388b3de71bbcea4b93ee7d1a534e58cc2076650c

No changes file available.

Binary packages built by this source

libghc-wizards-dev: No summary available for libghc-wizards-dev in ubuntu kinetic.

No description available for libghc-wizards-dev in ubuntu kinetic.

libghc-wizards-doc: No summary available for libghc-wizards-doc in ubuntu kinetic.

No description available for libghc-wizards-doc in ubuntu kinetic.

libghc-wizards-prof: library for interrogative programs; profiling libraries

 This library 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.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.