diff --git a/gnuplot.cabal b/gnuplot.cabal
--- a/gnuplot.cabal
+++ b/gnuplot.cabal
@@ -1,5 +1,5 @@
 Name:             gnuplot
-Version:          0.3.3
+Version:          0.3.3.1
 License:          BSD3
 License-File:     LICENSE
 Author:           Henning Thielemann <haskell@henning-thielemann.de>
@@ -57,18 +57,19 @@
 
 Library
   Build-Depends:
-    array >= 0.1 && <0.3,
-    containers >= 0.1 && <0.3,
+    array >= 0.1 && <0.4,
+    containers >= 0.1 && <0.4,
     utility-ht >= 0.0.1 && < 0.1,
     monoid-transformer >= 0.0.2 && <0.1
   If flag(splitBase)
     Build-Depends:
-      base >= 2 && <5,
+      base >= 2 && <6,
       process >= 1.0 && < 1.1,
       time >= 1.1 && < 1.2,
       old-locale >= 1.0 && < 1.1
   Else
-    Build-Depends: base >= 1.0 && < 2
+    Build-Depends:
+      base >= 1.0 && < 2
 
   GHC-Options: -Wall
 
