gtk-helpers-0.0.9.1: gtk-helpers.cabal
Name: gtk-helpers
Version: 0.0.9.1
Synopsis: A collection of auxiliary operations and widgets related to Gtk+
Description: A collection of auxiliary operations and widgets related to Gtk+.
Homepage: http://keera.es/blog/community
License: BSD3
License-file: LICENSE
Author: Ivan Perez
Maintainer: ivan.perez@keera.es
-- Copyright:
Stability: Experimental
Category: Graphics
Build-type: Simple
Extra-source-files: README
Cabal-version: >=1.6
Library
Build-depends: base >= 4 && < 5,
template-haskell, process, gtk, gio, glib, mtl, array
hs-source-dirs: src/
-- Build-tools:
ghc-options: -Wall
-- Exposed-modules:
exposed-modules: Data.Board.GameBoardIO
, Game.Board.BasicTurnGame
, Graphics.UI.Gtk.Board.TiledBoard
, Graphics.UI.Gtk.Board.BoardLink
, Graphics.UI.Gtk.Entry.FormatEntry
, Graphics.UI.Gtk.Entry.HighlightedEntry
, Graphics.UI.Gtk.Extra.Builder
, Graphics.UI.Gtk.Extra.BuilderTH
, Graphics.UI.Gtk.Helpers.Combo
, Graphics.UI.Gtk.Helpers.FileDialog
, Graphics.UI.Gtk.Helpers.MenuItem
, Graphics.UI.Gtk.Helpers.MessageDialog
, Graphics.UI.Gtk.Helpers.ModelViewNotebookSync
, Graphics.UI.Gtk.Helpers.ModelViewPath
, Graphics.UI.Gtk.Helpers.Multiline.TextBuffer
, Graphics.UI.Gtk.Helpers.Pixbuf
, Graphics.UI.Gtk.Helpers.TreeView
, Graphics.UI.Gtk.Layout.BackgroundContainer
, Graphics.UI.Gtk.Layout.DummyBin
, Graphics.UI.Gtk.Layout.EitherWidget
, Graphics.UI.Gtk.Layout.MaybeWidget
, System.Application
Source-Repository head
Type: git
Location: git@github.com:keera-studios/gtk-helpers.git