packages feed

GtkTV-0.0.1: GtkTV.cabal

Name:                GtkTV
Version:             0.0.1
Cabal-Version:       >= 1.2
Synopsis:            
Category:            Gtk-based GUIs for Tangible Values
Description:
  GtkTV is a very small library that extends the TV (tangible value)
  framework with graphical user interfaces, using gtk2hs.
  .
  © 2007 by Conal Elliott; BSD3 license.
Author:              Conal Elliott
Maintainer:          conal@conal.net
Homepage:            http://haskell.org/haskellwiki/GtkTV
Package-Url:         http://code.haskell.org/~conal/code/GtkTV
Copyright:           (c) 2009 by Conal Elliott
License:             BSD3
License-File:        COPYING
Stability:           experimental
build-type:          Simple

extra-source-files:
                       examples/test

Library
  hs-Source-Dirs:      src
  Extensions:
  Build-Depends:       base<5, time, gtk, TypeCompose>=0.6.7, TV
  Exposed-Modules:
                       Interface.TV.Gtk
  ghc-options:         -Wall

--  ghc-prof-options:    -prof -auto-all