/var/lib/ghc/package.conf.d/wizards-1.0.1.conf is in libghc-wizards-dev 1.0.1-1+b1.
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 49 50 51 52 53 54 55 56 57 58 | name: wizards
version: 1.0.1
id: wizards-1.0.1-98cbd3630f152f95b64e49de7caf5951
license: BSD3
copyright:
maintainer: liamoc@cse.unsw.edu.au
stability:
homepage:
package-url:
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
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/wizards-1.0.1/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/wizards-1.0.1/ghc-7.6.3
hs-libraries: HSwizards-1.0.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2
control-monad-free-0.5.3-755b849e0ddcaaf0828f2bc642366d28
haskeline-0.7.1.3-673aa121bc1e677e78454334e918ab4c
mtl-2.1.2-94c72af955e94b8d7b2f359dadd0cb62
transformers-0.3.0.0-ff2bb6ac67241ebb987351a3db564af0
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/wizards-1.0.1/wizards.haddock
haddock-html: /usr/share/doc/libghc-wizards-doc/html/
|