Name: phooey Version: 0.3 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 . * Use of Phooey for composable interfaces in the TV library: . 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.AFA Graphics.UI.Phooey.ArrowUI Extra-Source-Files: Examples ghc-options: -O -Wall