packages feed

coroutine-object 0.1 → 0.1.0

raw patch · 1 files changed

+5/−5 lines, 1 filesdep ~bytestringdep ~containersdep ~lensPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring, containers, lens, safecopy

API changes (from Hackage documentation)

Files

coroutine-object.cabal view
@@ -1,5 +1,5 @@ Name:		coroutine-object-Version:	0.1+Version:	0.1.0 Synopsis:       Object-oriented programming realization using coroutine  Description: 	Object-oriented programming realization using coroutine  License: 	BSD3@@ -15,12 +15,12 @@   ghc-prof-options: -caf-all -auto-all   Build-Depends:   base >4 && <5,                     mtl>2, -                   lens >= 2.4 && < 2.7,-                   containers == 0.4.*,+                   lens >= 2.4,+                   containers >= 0.4,                    transformers == 0.3.*,                     transformers-free == 1.0.*, -                   bytestring == 0.9.*,-                   safecopy == 0.6.*,+                   bytestring >= 0.9,+                   safecopy >= 0.6,                    uuid == 1.2.*,                    cereal == 0.3.*   Other-Modules: