name: binding-gtk version: 0.2 x-revision: 2 cabal-version: >= 1.6 license: BSD3 license-file: LICENSE author: Gideon Sireling maintainer: haskell@accursoft.org homepage: https://github.com/accursoft/binding bug-reports: https://github.com/accursoft/binding/issues synopsis: Data Binding in Gtk2Hs build-type: Simple category: GUI, User Interfaces extra-source-files: demo/simple.hs demo/lists.hs, demo/in.txt description: Bind mutable data and lists to Gtk2Hs widgets. Examples are provided by the included demo programs. library build-depends: base <5, gtk, binding-core, mtl hs-source-dirs: src exposed-modules: Graphics.UI.Gtk.Binding source-repository head type: git location: https://github.com/accursoft/binding.git