/var/lib/ghc/package.conf.d/wizards-1.0.2.conf is in libghc-wizards-dev 1.0.2-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | name: wizards
version: 1.0.2
id: wizards-1.0.2-85ec34a7649c169a7262b47f56453d4b
key: wizar_BCCouorRSNiEQtpK6eFmK1
license: BSD3
maintainer: liamoc@cse.unsw.edu.au
synopsis: High 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.
category: User Interfaces
author: Liam O'Connor-Davis
exposed: True
exposed-modules:
System.Console.Wizard System.Console.Wizard.Internal
System.Console.Wizard.Haskeline System.Console.Wizard.BasicIO
System.Console.Wizard.Pure
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/wizards-1.0.2-BCCouorRSNiEQtpK6eFmK1
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/wizards-1.0.2-BCCouorRSNiEQtpK6eFmK1
data-dir: /usr/share/wizards
hs-libraries: HSwizards-1.0.2-BCCouorRSNiEQtpK6eFmK1
depends:
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb
control-monad-free-0.6.1-f476c9b5f692d38d3b497d7406c6800f
haskeline-0.7.2.1-ee66b80ab55ef13718feae46e4940f5d
mtl-2.2.1-3af90341e75ee52dfc4e3143b4e5d219
transformers-0.4.2.0-81450cd8f86b36eaa8fa0cbaf6efc3a3
haddock-interfaces: /usr/lib/ghc-doc/haddock/wizards-1.0.2/wizards.haddock
haddock-html: /usr/share/doc/libghc-wizards-doc/html/
|