packages feed

proplang-0.1: proplang.cabal

Name:                   proplang
Synopsis:               A library for functional GUI development
Description:
    PropLang provides a combinator library for event-driven
    functional GUI programming. GUI elements can be tied together
    in a declarative style to make the resulting code clearer.
Version:                0.1
License:                BSD3
License-file:           LICENSE
Author:                 Neil Mitchell, Asumu Takikawa
Stability:              Alpha
Homepage:               http://www-users.cs.york.ac.uk/~ndm/proplang/
Category:               User Interfaces
Build-Depends:          base>=2.0, gtk>=0.9.11, glib>=0.9.11, glade>=0.9.11
Exposed-modules:        PropLang.Gtk, PropLang.Variable, PropLang.Event, PropLang.Value
Ghc-options:            --make -O2 -Wall