packages feed

monad-coroutine 0.9.0.3 → 0.9.0.4

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~transformers-compatPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: transformers-compat

API changes (from Hackage documentation)

- Control.Monad.Coroutine.Nested: class Functor c => ChildFunctor c where type Parent c :: * -> * where {
+ Control.Monad.Coroutine.Nested: class Functor c => ChildFunctor c where {

Files

monad-coroutine.cabal view
@@ -1,5 +1,5 @@ Name:                monad-coroutine-Version:             0.9.0.3+Version:             0.9.0.4 Cabal-Version:       >= 1.10 Build-Type:          Simple Synopsis:            Coroutine monad transformer for suspending and resuming monadic computations@@ -12,17 +12,17 @@    License:             GPL License-file:        LICENSE.txt-Copyright:           (c) 2010-2016 Mario Blazevic+Copyright:           (c) 2010-2018 Mario Blazevic Author:              Mario Blazevic Maintainer:          blamario@yahoo.com Homepage:            http://trac.haskell.org/SCC/wiki/monad-coroutine Extra-source-files:  Test/BenchmarkCoroutine.hs Source-repository head   type:              darcs-  location:          http://code.haskell.org/SCC/+  location:          https://hub.darcs.net/blamario/SCC/  Library   Exposed-Modules:   Control.Monad.Coroutine, Control.Monad.Coroutine.SuspensionFunctors, Control.Monad.Coroutine.Nested-  Build-Depends:     base < 5, transformers >= 0.2 && < 0.6, transformers-compat >= 0.3 && < 0.6, monad-parallel < 1.0+  Build-Depends:     base < 5, transformers >= 0.2 && < 0.6, transformers-compat >= 0.3 && < 0.7, monad-parallel < 1.0   if impl(ghc >= 7.0.0)      default-language: Haskell2010