packages feed

frpnow-gtk3-0.2.0: frpnow-gtk3.cabal

Name:                frpnow-gtk3
Version:             0.2.0
Synopsis:	         Program GUIs with GTK3 and frpnow!
Description:         High-level interface for GTK3 with FRPNow integration. The module "Control.FRPNow.GTK.Core" is a port of the original frpnow-gtk package providing low-level interop getween GTK and FRPNow while the other modules provide high-level UI functionality with FRPNow integration already built in.
License:             BSD3
License-file:        LICENSE
Author:              George Steel, Atze van der Ploeg
Maintainer:          george.steel@gmail.com
Homepage:            https://github.com/george-steel/frpnow-gtk3
Build-Type:          Simple
Cabal-Version:       >=1.10
Category:            UI
Tested-With:         GHC==7.10.1

Library
  default-language:  Haskell2010
  Build-Depends:     base >= 4.9 && <= 6
                   , mtl >= 2.0
                   , containers == 0.5.*
                   , frpnow == 0.18
                   , glib
                   , gtk3
                   , text == 1.2.*
  Exposed-modules:   Control.FRPNow.GTK
                   , Control.FRPNow.GTK.Core
                   , Control.FRPNow.GTK.Buttons
                   , Control.FRPNow.GTK.Containers
                   , Control.FRPNow.GTK.DataWidgets
                   , Control.FRPNow.GTK.TreeView
                   , Control.FRPNow.GTK.Misc
                   , Control.FRPNow.GTK.MissingFFI

source-repository head
    type:     git
    location: https://github.com/george-steel/frpnow-gtk3