packages feed

reactive-banana-wx-0.2.0.3: reactive-banana-wx.cabal

Name:                reactive-banana-wx
Version:             0.2.0.3
Synopsis:            Examples for the reactive-banana library, using wxHaskell.
Description:
    This library provides some examples for the @reactive-banana@ library,
    using wxHaskell.

Homepage:            https://github.com/HeinrichApfelmus/Haskell-BlackBoard
License:             BSD3
License-file:        LICENSE
Author:              Heinrich Apfelmus
Maintainer:          Heinrich Apfelmus <apfelmus quantentunnel de>
Category:            FRP, GUI

Build-type:          Simple

Extra-source-files:  Makefile

-- Constraint on the version of Cabal needed to build this package.
Cabal-version:       >=1.6


Library
    hs-source-dirs:  src
    build-depends:   base >= 4.2 && < 4.4,
                     reactive-banana >= 0.2.0.3 && < 0.3,
                     wx==0.12.*, wxcore==0.12.*
    extensions:      ExistentialQuantification
    exposed-modules: Reactive.Banana.WX

Executable Counter
    hs-source-dirs:  src
    main-is:         Counter.hs
    build-depends:   base >= 4.2 && < 4.4,
                     reactive-banana >= 0.2.0.3 && < 0.3,
                     wx==0.12.*, wxcore==0.12.*
    extensions:      ExistentialQuantification