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.2
+version:             0.1.4.3
 synopsis:            effectful byte steams, or: bytestring io done right.
 
 description:         This is an implementation of effectful, memory-constrained 
@@ -175,12 +175,12 @@
                        
   -- other-modules:       
   other-extensions:    CPP, BangPatterns, ForeignFunctionInterface, DeriveDataTypeable, Unsafe
-  build-depends:       base  <4.9
+  build-depends:       base  <5.0
                      , deepseq 
                      , bytestring
                      , mtl >=2.1 && <2.3
                      , mmorph >=1.0 && <1.2
-                     , transformers >=0.3 && <0.5
+                     , transformers >=0.3 && <0.5.2
                      , transformers-base
                      , streaming >=  0.1.4.0 && < 0.1.4.5
                      , resourcet
