diff --git a/lifted-base.cabal b/lifted-base.cabal
--- a/lifted-base.cabal
+++ b/lifted-base.cabal
@@ -1,5 +1,5 @@
 Name:                lifted-base
-Version:             0.2.3.4
+Version:             0.2.3.5
 Synopsis:            lifted IO operations from the base library
 License:             BSD3
 License-file:        LICENSE
@@ -64,14 +64,14 @@
   hs-source-dirs: test
 
   build-depends: lifted-base
-               , base                 >= 3     && < 5
-               , transformers         >= 0.3   && < 0.5
-               , transformers-base    >= 0.4.4 && < 0.5
-               , transformers-compat  >= 0.3   && < 0.4
-               , monad-control        >= 0.3   && < 1.1
-               , HUnit                >= 1.2.2 && < 1.3
-               , test-framework       >= 0.2.4 && < 0.9
-               , test-framework-hunit >= 0.2.4 && < 0.4
+               , base                 >= 3       && < 5
+               , transformers         >= 0.3     && < 0.5
+               , transformers-base    >= 0.4.4   && < 0.5
+               , transformers-compat  >= 0.3     && < 0.4
+               , monad-control        >= 1.0.0.3 && < 1.1
+               , HUnit                >= 1.2.2   && < 1.3
+               , test-framework       >= 0.2.4   && < 0.9
+               , test-framework-hunit >= 0.2.4   && < 0.4
 
   Include-dirs: include
   Includes:     inlinable.h
