/var/lib/ghc/package.conf.d/wizards-1.0.2.conf is in libghc-wizards-dev 1.0.2-7+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 | name: wizards
version: 1.0.2
id: wizards-1.0.2-3Jw7jJDKV4aoUGVKoe3Hl
key: wizards-1.0.2-3Jw7jJDKV4aoUGVKoe3Hl
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
abi: db259e601028d95aa987ff5a724216c1
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/wizards-1.0.2-3Jw7jJDKV4aoUGVKoe3Hl
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/wizards-1.0.2-3Jw7jJDKV4aoUGVKoe3Hl
data-dir: /usr/share/wizards
hs-libraries: HSwizards-1.0.2-3Jw7jJDKV4aoUGVKoe3Hl
depends:
base-4.9.0.0 containers-0.5.7.1
control-monad-free-0.6.1-3U705M3W9ER6Z31G0dx2gg haskeline-0.7.2.3
mtl-2.2.1-6qsR1PHUy5lL47Hpoa4jCM transformers-0.5.2.0
haddock-interfaces: /usr/lib/ghc-doc/haddock/wizards-1.0.2/wizards.haddock
haddock-html: /usr/share/doc/libghc-wizards-doc/html/
|