Cabal revisions of mvc-1.1.7
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: mvc-Version: 1.1.7-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-Tested-With: GHC == 8.0.2-Bug-Reports: https://github.com/Gabriel439/Haskell-MVC-Library/issues-Synopsis: Model-view-controller-Description: Use the @mvc@ library to distill concurrent programs into pure and- single-threaded programs using the @Model@-@View@-@Controller@ pattern. This- transformation lets you:- .- * replay your program deterministically,- .- * do property-based testing of your model (like @QuickCheck@), and:- .- * equationally reason about your pure core.-Category: Control, Concurrency-Source-Repository head- Type: git- Location: https://github.com/Gabriel439/Haskell-MVC-Library--Library- Hs-Source-Dirs: src- Build-Depends:- base >= 4 && < 5 ,- async >= 2.0.0 && < 2.3,- contravariant < 1.5,- foldl >= 1.4,- managed < 1.1,- mmorph >= 1.0.2 && < 1.2,- pipes >= 4.1.7 && < 4.4,- pipes-concurrency >= 2.0.3 && < 2.1,- transformers >= 0.2.0.0 && < 0.6- if !impl(ghc >= 8.0)- Build-depends: semigroups == 0.18.*- Exposed-Modules:- MVC,- MVC.Prelude- GHC-Options: -Wall+Name: mvc +Version: 1.1.7 +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 +Tested-With: GHC == 8.0.2 +Bug-Reports: https://github.com/Gabriella439/Haskell-MVC-Library/issues +Synopsis: Model-view-controller +Description: Use the @mvc@ library to distill concurrent programs into pure and + single-threaded programs using the @Model@-@View@-@Controller@ pattern. This + transformation lets you: + . + * replay your program deterministically, + . + * do property-based testing of your model (like @QuickCheck@), and: + . + * equationally reason about your pure core. +Category: Control, Concurrency +Source-Repository head + Type: git + Location: https://github.com/Gabriella439/Haskell-MVC-Library + +Library + Hs-Source-Dirs: src + Build-Depends: + base >= 4 && < 5 , + async >= 2.0.0 && < 2.3, + contravariant < 1.5, + foldl >= 1.4, + managed < 1.1, + mmorph >= 1.0.2 && < 1.2, + pipes >= 4.1.7 && < 4.4, + pipes-concurrency >= 2.0.3 && < 2.1, + transformers >= 0.2.0.0 && < 0.6 + if !impl(ghc >= 8.0) + Build-depends: semigroups == 0.18.* + Exposed-Modules: + MVC, + MVC.Prelude + GHC-Options: -Wall
revision 2
-Name: mvc -Version: 1.1.7 -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 -Tested-With: GHC == 8.0.2 -Bug-Reports: https://github.com/Gabriella439/Haskell-MVC-Library/issues -Synopsis: Model-view-controller -Description: Use the @mvc@ library to distill concurrent programs into pure and - single-threaded programs using the @Model@-@View@-@Controller@ pattern. This - transformation lets you: - . - * replay your program deterministically, - . - * do property-based testing of your model (like @QuickCheck@), and: - . - * equationally reason about your pure core. -Category: Control, Concurrency -Source-Repository head - Type: git - Location: https://github.com/Gabriella439/Haskell-MVC-Library - -Library - Hs-Source-Dirs: src - Build-Depends: - base >= 4 && < 5 , - async >= 2.0.0 && < 2.3, - contravariant < 1.5, - foldl >= 1.4, - managed < 1.1, - mmorph >= 1.0.2 && < 1.2, - pipes >= 4.1.7 && < 4.4, - pipes-concurrency >= 2.0.3 && < 2.1, - transformers >= 0.2.0.0 && < 0.6 - if !impl(ghc >= 8.0) - Build-depends: semigroups == 0.18.* - Exposed-Modules: - MVC, - MVC.Prelude - GHC-Options: -Wall +Name: mvc+Version: 1.1.7+x-revision: 2+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+Tested-With: GHC == 8.0.2+Bug-Reports: https://github.com/Gabriella439/Haskell-MVC-Library/issues+Synopsis: Model-view-controller+Description: Use the @mvc@ library to distill concurrent programs into pure and+ single-threaded programs using the @Model@-@View@-@Controller@ pattern. This+ transformation lets you:+ .+ * replay your program deterministically,+ .+ * do property-based testing of your model (like @QuickCheck@), and:+ .+ * equationally reason about your pure core.+Category: Control, Concurrency+Source-Repository head+ Type: git+ Location: https://github.com/Gabriella439/Haskell-MVC-Library++Library+ Hs-Source-Dirs: src+ Build-Depends:+ base >= 4 && < 5 ,+ async >= 2.0.0 && < 2.3,+ contravariant < 1.6,+ foldl >= 1.4,+ managed < 1.1,+ mmorph >= 1.0.2 && < 1.3,+ pipes >= 4.1.7 && < 4.4,+ pipes-concurrency >= 2.0.3 && < 2.1,+ transformers >= 0.2.0.0 && < 0.7+ if !impl(ghc >= 8.0)+ Build-depends: semigroups == 0.18.*+ Exposed-Modules:+ MVC,+ MVC.Prelude+ GHC-Options: -Wall