packages feed

grapefruit-ui-gtk-0.1.0.7: grapefruit-ui-gtk.cabal

Name:          grapefruit-ui-gtk
Version:       0.1.0.7
Cabal-Version: >= 1.8
Build-Type:    Simple
License:       BSD3
License-File:  LICENSE
Copyright:     © 2007–2009 Brandenburgische Technische Universität Cottbus
               © 2011–2014 Wolfgang Jeltsch
Author:        Wolfgang Jeltsch
Maintainer:    wolfgang-it@jeltsch.info
Stability:     provisional
Homepage:      https://grapefruit-project.org/
Package-URL:   https://hackage.haskell.org/package/grapefruit-ui-gtk-0.1.0.7/grapefruit-ui-gtk-0.1.0.7.tar.gz
Synopsis:      GTK+-based backend for declarative user interface programming
Description:   Grapefruit is a library for Functional Reactive Programming (FRP)
               with a focus on user interfaces. FRP makes it possible to
               implement reactive and interactive systems in a declarative
               style. To learn more about FRP, have a look at
               <http://haskell.org/haskellwiki/Functional_Reactive_Programming>.
               .
               This package contains the GTK+-based user interface backend.
Category:      FRP, Reactivity, GUI, User Interfaces
Tested-With:   GHC == 7.10.3, GHC == 8.0.1

Source-Repository head
    Type:     darcs
    Location: http://hub.darcs.net/jeltsch/grapefruit

Source-Repository this
    Type:     darcs
    Location: http://hub.darcs.net/jeltsch/grapefruit
    Tag:      grapefruit-0.1.0.7

Library
    Build-Depends:   base               >= 3.0    && < 5,
                     colour             >= 1.0    && < 2.4,
                     containers         >= 0.1    && < 0.6,
                     fraction           >= 0.0.1  && < 0.2,
                     grapefruit-frp     >= 0.1    && < 0.2,
                     grapefruit-records >= 0.1    && < 0.2,
                     grapefruit-ui      >= 0.1    && < 0.2,
                     glib               >= 0.13   && < 0.14,
                     gtk3               >= 0.14   && < 0.15,
                     transformers       >= 0.5    && < 1
    Extensions:      Arrows
                     ExistentialQuantification
                     FlexibleContexts
                     Rank2Types
                     TypeFamilies
                     TypeOperators
    Exposed-Modules: Graphics.UI.Grapefruit.GTK
                     -- Graphics.UI.Grapefruit.GTK.Connector
                     -- Graphics.UI.Grapefruit.GTK.Item
    HS-Source-Dirs:  src