packages feed

effective-aspects-mzv 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~mzvPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: mzv

API changes (from Hackage documentation)

Files

effective-aspects-mzv.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                effective-aspects-mzv-version:             0.1.0.0+version:             0.1.0.1 synopsis:            A monadic embedding of aspect oriented programming, using "Monads, Zippers and Views" instead of mtl. description:         A monadic embedding of aspect oriented programming, similar to AspectJ homepage:            http://pleiad.cl/EffectiveAspects@@ -34,7 +34,7 @@   build-depends:                               base >=4.6 && <4.7,                        hashtables >=1.1 && <1.2,-                       mzv >=0.1.0.0,+                       mzv >=0.1.0.2,                        QuickCheck >=2.6 && <2.7,                        HUnit >=1.2 && <1.3,                        ghc-prim