Name: reactive-banana-wx Version: 0.1.0.1 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 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.*, reactive-banana==0.1.*, wx==0.12.*, wxcore==0.12.* extensions: ExistentialQuantification exposed-modules: Reactive.WX Executable Counter hs-source-dirs: src main-is: Counter.hs build-depends: base==4.2.*, reactive-banana==0.1.*, wx==0.12.*, wxcore==0.12.* extensions: ExistentialQuantification