diff --git a/contstuff-transformers.cabal b/contstuff-transformers.cabal
--- a/contstuff-transformers.cabal
+++ b/contstuff-transformers.cabal
@@ -1,7 +1,7 @@
 Name:          contstuff-transformers
-Version:       0.1.0
+Version:       0.1.1
 Category:      Control, Monads
-Synopsis:      ContStuff instances for transformers and vice-versa
+Synopsis:      Deprecated interface between contstuff 0.7.0 and the transformers package
 Maintainer:    Ertugrul Söylemez <es@ertes.de>
 Author:        Ertugrul Söylemez <es@ertes.de>
 Copyright:     (c) 2010 Ertugrul Söylemez
@@ -12,17 +12,12 @@
 Cabal-version: >= 1.6
 Description:
 
-    This package provides contstuff transformer class instances for the
-    monad transformers from the transformers package as well as
-    transformers class instances for the monad transformers from
-    contstuff.  This makes using both transformer libraries in a single
-    project much more convenient as you get along with a single set of
-    lifting functions.
+    This package is now deprecated.  Use the latest 'contstuff' package.
 
 Library
     Build-depends:
         base >= 4 && <= 5,
-        contstuff >= 0.7.0,
+        contstuff >= 0.7.0 && < 1.0.0,
         transformers >= 0.2.2.0
     GHC-Options: -W
     Extensions:
