packages feed

reactive-banana-gi-gtk-0.1.0.0: reactive-banana-gi-gtk.cabal

name: reactive-banana-gi-gtk
version: 0.1.0.0
cabal-version: >=1.10
build-type: Simple
license: PublicDomain
license-file: LICENSE
maintainer: mrobinson7627@gmail.com
homepage: https://github.com/mr/reactive-banana-gi-gtk
synopsis: Simple reactive programming with GTK GObject Introspection
description:
    Create Events and Behaviors from GTK signals and attributes. Also supports sinking to attributes.
category: Development
author: Matthew Robinson

source-repository head
    type: git
    location: https://github.com/mr/reactive-banana-gi-gtk.git

library
    exposed-modules:
        Reactive.Banana.GI.Gtk
    build-depends:
        base >=4.7 && <5,
        reactive-banana >=1.1.0.1 && <1.2,
        gi-gtk >=3.0.11 && <3.1,
        haskell-gi-base ==0.20.*,
        transformers >=0.5.2.0 && <0.6,
        text >=1.2.2.1 && <1.3
    default-language: Haskell2010
    hs-source-dirs: src

test-suite reactive-banana-gi-gtk-test
    type: exitcode-stdio-1.0
    main-is: Spec.hs
    build-depends:
        base >=4.9.1.0 && <4.10,
        reactive-banana-gi-gtk >=0.1.0.0 && <0.2
    default-language: Haskell2010
    hs-source-dirs: test
    ghc-options: -threaded -rtsopts -with-rtsopts=-N