Cabal revisions of mvc-updates-1.2.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-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+Name: mvc-updates +Version: 1.2.0 +x-revision: 1 +Cabal-Version: >=1.8.0.2 +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.1, + foldl >= 1.0.6 && < 1.1, + mvc < 1.1 + Exposed-Modules: MVC.Updates + GHC-Options: -O2 -Wall
revision 2
Name: mvc-updates Version: 1.2.0 -x-revision: 1 +x-revision: 2 Cabal-Version: >=1.8.0.2 Build-Type: Simple License: BSD3 Hs-Source-Dirs: src Build-Depends: base >= 4 && < 5 , - async >= 2.0.0 && < 2.1, - foldl >= 1.0.6 && < 1.1, + async >= 2.0.0 && < 2.3, + foldl >= 1.0.6 && < 1.5, mvc < 1.1 Exposed-Modules: MVC.Updates GHC-Options: -O2 -Wall