diff --git a/load-balancing.cabal b/load-balancing.cabal
--- a/load-balancing.cabal
+++ b/load-balancing.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                load-balancing
-version:             1.0.1.0
+version:             1.0.1.1
 synopsis:            Client-side load balancing utilities.
 -- description:         
 homepage:            https://github.com/SumAll/haskell-load-balancing
@@ -23,7 +23,7 @@
   -- other-extensions:    
   build-depends:
     PSQueue    >= 1.1     && < 1.2,
-    base       >= 4.8     && < 4.10,
+    base       >= 4.8     && < 4.11,
     containers >= 0.5.6.2 && < 0.6,
     hslogger   >= 1.2.1   && < 1.3,
     stm        >= 2.4.4.1 && < 2.5
