packages feed

reactive-banana-bunch-1.0.0.1: reactive-banana-bunch.cabal

Name:             reactive-banana-bunch
Version:          1.0.0.1
License:          BSD3
License-File:     LICENSE
Author:           Henning Thielemann <haskell@henning-thielemann.de>
Maintainer:       Henning Thielemann <haskell@henning-thielemann.de>
Homepage:         http://hub.darcs.net/thielema/reactive-banana-bunch/
Category:         FRP
Synopsis:         Extend reactive-banana to multiple events per time point
Description:
   This package provides a wrapper around @Reactive.Banana.Event@
   that somehow restores the behavior of @reactive-banana < 1.0@.
   That is, at every point in time there can be multiple events.
   The advantage is that you have a @RB.union@ without a combination function,
   the disadvantage is that there cannot be an @RB.unionWith@.
Tested-With:      GHC==7.8.4
Cabal-Version:    >=1.6
Build-Type:       Simple
Source-Repository head
  type:     darcs
  location: http://hub.darcs.net/thielema/reactive-banana-bunch/

Source-Repository this
  type:     darcs
  location: http://hub.darcs.net/thielema/reactive-banana-bunch/
  tag:      1.0.0.1

Library
  Build-Depends:
    reactive-banana >=1.1 && <1.3,
    non-empty >=0.2.1 && <0.4,
    utility-ht >=0.0.5 && <0.1,
    transformers >=0.2 && <0.6,
    base >=4 && <5

  GHC-Options:      -Wall
  Hs-Source-Dirs:   src
  Exposed-Modules:
    Reactive.Banana.Bunch.Combinators
    Reactive.Banana.Bunch.Frameworks
  Other-Modules:
    Reactive.Banana.Bunch.Private