packages feed

reactivity-0.3.0.0: reactivity.cabal

Name:                reactivity
Version:             0.3.0.0
Synopsis:            An alternate implementation of push-pull FRP.
Category:            reactivity, FRP
Description:         An alternate implementation of push-pull FRP. This is based on the Reactive package (http://haskell.org/haskellwiki/reactive) (and the sources have been made available in accordance with the GPL [license] of that package).
   .
   Known problems with this version:
   .
   * The UI library tends to freeze after a few seconds of use. Don't know whether the problem is semantical or a deadlock. The core library works correctly though.
   .
   * There seems to be a speed problem that I can't identify, but it doesn't appear to be fundamental.
   .
   * UI library is currently on Windows only, but there are plans....
Author:              James Candy
Maintainer:          info@alkalisoftware.net
Homepage:            http://www.alkalisoftware.net/Reactivity.html
Package-Url:         http://code.haskell.org/reactivity
Bug-Reports:         http://trac.haskell.org/reactivity

Copyright:           (c) 2016 by James Candy
Cabal-Version:       >= 1.2
License:             GPL
License-File:        COPYING
Stability:           provisional
Build-Type:          Simple
Extra-Source-Files:
Library
    Build-Depends:       base >=4 && <5, time >= 1.5.0.1, random, Win32, bmp >= 1.2.5.2,
                         monad-loops >= 0.4.2.1, monads-tf >= 0.1.0.2, transformers >= 0.3.0.0, comonad,
                         bytestring >= 0.10.0.2, array >= 0.4.0.1, ghc-prim, containers >=0.5.3.1, ConcurrentUtils >=0.4.0.0, parallel, list-extras
    if impl(ghc < 6.9) {
      buildable: False
    }
    Hs-Source-Dirs:      src
    Exposed-Modules:
        FRP.Reactivity

        FRP.Reactivity.Combinators
        FRP.Reactivity.UI
        FRP.Reactivity.Basic
        FRP.Reactivity.Draw
        FRP.Reactivity.Hook
        FRP.Reactivity.Extras
        FRP.Reactivity.Examples
        Data.XSizeable
        Data.WeakDict

        Graphics.Subclass
    Other-Modules:
        Graphics.Win32Extras
    extra-libraries: gdi32, comdlg32, winspool, comctl32