packages feed

mvc-updates-1.2.1: mvc-updates.cabal

Name: mvc-updates
Version: 1.2.1
Cabal-Version: >=1.10
Build-Type: Simple
License: BSD3
License-File: LICENSE
Copyright: 2014 Gabriella Gonzalez
Author: Gabriella Gonzalez
Maintainer: GenuineGabriella@gmail.com
Bug-Reports: https://github.com/Gabriella439/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/Gabriella439/Haskell-MVC-Updates-Library

Library
    Hs-Source-Dirs: src
    Build-Depends:
        base  >= 4     && < 5  ,
        async >= 2.0.0 && < 2.3,
        foldl >= 1.1.0 && < 1.5,
        mvc   >= 1.1.0 && < 1.2
    Exposed-Modules: MVC.Updates
    GHC-Options: -O2 -Wall
    Default-Language: Haskell2010