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.1.0.1
+Version:             0.1.0.2
 Synopsis:            lifted IO operations from the base library
 License:             BSD3
 License-file:        LICENSE
@@ -42,7 +42,7 @@
                    Control.Concurrent.Lifted
                    System.Timeout.Lifted
 
-  Build-depends: base                 >= 3     && < 4.5
+  Build-depends: base                 >= 3     && < 4.6
                , base-unicode-symbols >= 0.1.1 && < 0.3
                , transformers-base    >= 0.4   && < 0.5
                , monad-control        >= 0.3   && < 0.4
@@ -58,7 +58,7 @@
   type:    exitcode-stdio-1.0
   main-is: test.hs
 
-  build-depends: base                 >= 3     && < 4.5
+  build-depends: base                 >= 3     && < 4.6
                , base-unicode-symbols >= 0.1.1 && < 0.3
                , transformers         >= 0.2   && < 0.3
                , transformers-base    >= 0.4   && < 0.5
