diff --git a/distributive.cabal b/distributive.cabal
--- a/distributive.cabal
+++ b/distributive.cabal
@@ -1,6 +1,6 @@
 name:          distributive
 category:      Data Structures
-version:       0.2.1
+version:       0.2.2
 license:       BSD3
 cabal-version: >= 1.6
 license-file:  LICENSE
@@ -20,7 +20,7 @@
 library
   build-depends: 
     base         >= 4 && < 5,
-    transformers >= 0.3 && < 0.4
+    transformers >= 0.2 && < 0.4
 
   exposed-modules:
     Data.Distributive
