packages feed

mvc-updates-1.2.0: mvc-updates.cabal

Name: mvc-updates
Version: 1.2.0
Cabal-Version: >=1.8.0.2
Build-Type: Simple
License: BSD3
License-File: LICENSE
Copyright: 2014 Gabriel Gonzalez
Author: Gabriel Gonzalez
Maintainer: Gabriel439@gmail.com
Bug-Reports: https://github.com/Gabriel439/Haskell-MVC-Updates-Library/issues
Synopsis: Concurrent and combinable updates
Description: Use the @mvc-updates@ library to build programs with multiple
  continously updating inputs where you can attach listeners to updates.
  .
  Key features include:
  .
  * @Applicative@ updates,
  .
  * a tiny interface, and:
  .
  * interoperation with the @mvc@ library
Category: Control, Concurrency
Source-Repository head
    Type: git
    Location: https://github.com/Gabriel439/Haskell-MVC-Updates-Library

Library
    Hs-Source-Dirs: src
    Build-Depends:
        base  >= 4     && < 5  ,
        async >= 2.0.0 && < 2.1,
        foldl >= 1.0.6 && < 1.1,
        mvc               < 1.1
    Exposed-Modules: MVC.Updates
    GHC-Options: -O2 -Wall