phooey-1.4: phooey.cabal
Name: phooey
Version: 1.4
Synopsis: Functional user interfaces
Category: User Interfaces
Description:
Phooey is a library for functional UIs, providing three different
functional interfaces: Monad, Applicative, and Arrow. See the
correspondingly named modules in the list below. The other modules are
exposed for extensibility.
.
Try out the examples in @src\/Examples\/@.
.
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/GuiTV>
.
* The implementation of data-driven computation (used in Phooey) from
the TypeCompose library: <http://haskell.org/haskellwiki/TypeCompose>
.
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
Build-Depends: base, array, mtl, wx, wxcore, TypeCompose>=0.2, DataDriven
Exposed-Modules:
Graphics.UI.Phooey.WinEvents
Graphics.UI.Phooey.Imperative
Graphics.UI.Phooey.Monad
Graphics.UI.Phooey.Applicative
Extra-Source-Files:
Examples.Monad
Examples.Applicative
ghc-options: -O -Wall