packages feed

TV-0.4.7: TV.cabal

Name:                TV
Version:             0.4.7
Synopsis:	     Tangible Values -- composable interfaces
Category:            Interfaces
Description:
  TV is a library for composing /tangible values/ (\"TVs\"), i.e., values
  that carry along external interfaces.  Values and interfaces are
  /combined and separable/, which makes TVs ready to use and to reuse.
  .
  Try out the examples in @src\/Examples.hs@.
  .
  For more information, including examples, please see the project wiki
  page <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!
  .
  &#169; 2007 by Conal Elliott; BSD3 license.
Author:              Conal Elliott 
Maintainer:          conal@conal.net
Homepage:            http://haskell.org/haskellwiki/TV
Package-Url:	     http://code.haskell.org/~conal/code/TV
Copyright:           (c) 2006,2009 by Conal Elliott
License:             BSD3
Stability:	     experimental
Hs-Source-Dirs:      src
Build-Depends:       base<5, DeepArrow>=0.3.1, TypeCompose >= 0.6.7
tested-with:	     GHC==6.6
build-type:	     Simple
Exposed-Modules:     
                     Interface.TV
                     Interface.TV.Input
                     Interface.TV.Output
                     Interface.TV.Tangible
                     Interface.TV.OFun
                     Interface.TV.Common
                     Interface.TV.IO
                     Interface.TV.Defaults
Extra-Source-Files:  
                     Examples
ghc-options:         -Wall