packages feed

binding-core-0.2.1: binding-core.cabal

name:           binding-core
version:        0.2.1
cabal-version:  >= 1.9.2
license:        BSD3
license-file:   LICENSE
author:         Gideon Sireling
maintainer:     haskell@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 hunit
  type:            exitcode-stdio-1.0
  main-is:         tests/HUnit.hs
  build-depends:   base, binding-core, random, HUnit

test-suite quickcheck
  type:            exitcode-stdio-1.0
  main-is:         tests/QuickCheck.hs
  build-depends:   base, binding-core, QuickCheck

source-repository head
  type:     hg
  location: https://bitbucket.org/accursoft/binding