diff --git a/streaming-bytestring.cabal b/streaming-bytestring.cabal
--- a/streaming-bytestring.cabal
+++ b/streaming-bytestring.cabal
@@ -1,5 +1,5 @@
 name:                streaming-bytestring
-version:             0.1.4.3
+version:             0.1.4.4
 synopsis:            effectful byte steams, or: bytestring io done right.
 
 description:         This is an implementation of effectful, memory-constrained 
@@ -8,7 +8,9 @@
                      .
                      The implementation follows the
                      details of @Data.ByteString.Lazy@ and @Data.ByteString.Lazy.Char8@
-                     in unrelenting detail, replacing the lazy bytestring type:
+                     in unrelenting detail, omitting only transparently non-streaming
+                     operations like @reverse@. It is just a question of replacing 
+                     the lazy bytestring type:
                      .
                      > data ByteString     = Empty   | Chunk Strict.ByteString ByteString
                      .
@@ -180,7 +182,7 @@
                      , bytestring
                      , mtl >=2.1 && <2.3
                      , mmorph >=1.0 && <1.2
-                     , transformers >=0.3 && <0.5.2
+                     , transformers >=0.3 && <0.6
                      , transformers-base
                      , streaming >=  0.1.4.0 && < 0.1.4.5
                      , resourcet
