binding-core-0.2.2: binding-core.cabal
name: binding-core
version: 0.2.2
cabal-version: >= 1.9.2
license: BSD3
license-file: LICENSE
author: Gideon Sireling
maintainer: code@accursoft.org
homepage: http://code.accursoft.com/binding
bug-reports: http://code.accursoft.com/binding/issues
synopsis: Data Binding
build-type: Simple
category: GUI, User Interfaces
description: Bind mutable data and lists to IO objects.
Wrappers for binding to graphical widgets are provided by binding-gtk and binding-wx.
library
build-depends: base <5, stm
hs-source-dirs: src
exposed-modules: Data.Binding.Simple, Data.Binding.List, Data.Variable
test-suite HTF
type: exitcode-stdio-1.0
main-is: HTF.hs
build-depends: base, binding-core, random, HTF, HUnit, QuickCheck
hs-source-dirs: tests
other-modules: HUnit, QuickCheck
source-repository head
type: hg
location: https://bitbucket.org/accursoft/binding