diff --git a/storable-record.cabal b/storable-record.cabal
--- a/storable-record.cabal
+++ b/storable-record.cabal
@@ -1,5 +1,5 @@
 Name:         storable-record
-Version:      0.0.2.1
+Version:      0.0.2.2
 Category:     Data, Foreign
 Synopsis:     Elegant definition of Storable instances for records
 Description:
@@ -63,14 +63,14 @@
 Source-Repository this
   Type:     darcs
   Location: http://code.haskell.org/~thielema/storable-record/
-  Tag:      0.0.2.1
+  Tag:      0.0.2.2
 
 Flag splitBase
   description: Choose the new smaller, split-up base package.
 
 Library
   Build-Depends:
-    transformers >=0.0.1 && <0.3,
+    transformers >=0.2 && <0.3,
     utility-ht >=0.0.1 && <0.1
   If flag(splitBase)
     Build-Depends:
