packages feed

GuiTV-0.4: GuiTV.cabal

Name:                GuiTV
Version:             0.4
Synopsis:	     GUIs for Tangible Values
Category:            Interfaces, User Interfaces
Description:
  GuiTV is a very small library that extends the TV (tangible value)
  framework with graphical user interfaces, using Phooey.  (See
  <http://haskell.org/haskellwiki/TV> and
  <http://haskell.org/haskellwiki/Phooey>.)  The functionality was part of
  the TV package up to version 0.1.1.  I moved it out to eliminate the
  dependency of core TV on Phooey and hence on wxHaskell, as the latter
  can be difficult to install.
  .
  Try out the examples in @src\/Examples.hs@.
  .
  For more information, including examples, please see the project wiki
  page <http://haskell.org/haskellwiki/GuiTV>
  .
  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!
  .
  &#169; 2007 by Conal Elliott; BSD3 license.
Author:              Conal Elliott 
Maintainer:          conal@conal.net
Homepage:            http://haskell.org/haskellwiki/GuiTV
Package-Url:	     http://darcs.haskell.org/packages/GuiTV
Copyright:           (c) 2007 by Conal Elliott
License:             BSD3
Stability:	     experimental
Build-type:	     Simple
Hs-Source-Dirs:      src
Build-Depends:       base, DeepArrow, TypeCompose>=0.2, phooey>=2.0, TV>=0.4
tested-with:	     GHC==6.6
Extensions:          
Exposed-Modules:     
                     Interface.TV.UI
Extra-Source-Files:  
                     Examples
ghc-options:         -Wall