diff --git a/effective-aspects-mzv.cabal b/effective-aspects-mzv.cabal
--- a/effective-aspects-mzv.cabal
+++ b/effective-aspects-mzv.cabal
@@ -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
