phooey-0.1: phooey.cabal
Name: phooey
Version: 0.1
Synopsis: Functional user interfaces
Category: User Interfaces
Description:
Phooey is a library for functional UIs.
.
If you just want to /use/ Phooey, see the main module below
("Graphics.UI.Phooey"). The other modules (@UI.Graphics.Phooey.*@) are
useful for understanding the implementation and adding new features.
.
Try out the examples in @src\/Examples.hs@.
.
See also
.
* The project wiki page <http://haskell.org/haskellwiki/phooey>
.
* Use of Phooey for composable interfaces in the TV library:
<http://haskell.org/haskellwiki/TV>
.
This page and the module documentation pages have links to colorized
source code and to wiki pages where you can read and contribute /user
comments/. Enjoy!
.
© 2006 by Conal Elliott; BSD3 license.
Author: Conal Elliott
Maintainer: conal@conal.net
Homepage: http://haskell.org/haskellwiki/Phooey
Copyright: (c) 2006 by Conal Elliott
License: BSD3
Stability: provisional
Hs-Source-Dirs: src
Extensions: CPP Arrows, UndecidableInstances
Build-Depends: base, mtl, arrows, wx, wxcore
Exposed-Modules:
Graphics.UI.Phooey
Graphics.UI.Phooey.Imperative
Graphics.UI.Phooey.CallbackT
Graphics.UI.Phooey.TagT
Graphics.UI.Phooey.LayoutT
Graphics.UI.Phooey.MonadUI
Graphics.UI.Phooey.AmA
Graphics.UI.Phooey.ArrowUI
Extra-Source-Files:
Examples
ghc-options: -O -Wall