packages feed

gtk-toggle-button-list-0.0.0: gtk-toggle-button-list.cabal

Name: gtk-toggle-button-list
Version: 0.0.0
Synopsis: A simple custom form widget for gtk which allows single LOC creation/updating of toggle button lists.
Description:
 A simple custom form widget for gtk which allows single LOC creation/updating of toggle button lists.

Category:Graphics

License: GPL-3
License-file:COPYING 
Author: Timothy Hobbs
Maintainer: Timothy Hobbs <timothyhobbs@seznam.cz>
build-type:Simple

homepage: http://github.com/timthelion/gtk-toggle-button-list

cabal-version: >= 1.6

library
 exposed-modules: Graphics.UI.Gtk.Custom.ToggleButtonList
 build-depends:
  gtk >= 0.12.0
  ,base == 4.*
 ghc-options:     -Wall
 if impl(ghc >= 6.8)
  ghc-options: -fwarn-tabs

source-repository head
 type:     git
 location: git://github.com/timthelion/gtk-toggle-button-list.git