diff --git a/jack.cabal b/jack.cabal
--- a/jack.cabal
+++ b/jack.cabal
@@ -1,8 +1,8 @@
 Name:               jack
-Version:            0.7
+Version:            0.7.0.1
 License:            GPL
 License-File:       LICENSE
-Author:             Soenke Hahn, Stefan Kersten, Henning Thielemann
+Author:             Henning Thielemann, Stefan Kersten, Soenke Hahn <soenkehahn@gmail.com>
 Maintainer:         Henning Thielemann <haskell@henning-thielemann.de>
 Synopsis:           Bindings for the JACK Audio Connection Kit
 Description:
@@ -30,7 +30,7 @@
 Source-Repository this
   type:     darcs
   location: http://code.haskell.org/jack/
-  tag:      0.7
+  tag:      0.7.0.1
 
 Flag pkgConfig
   description: Use pkg-config tool for check version and presence of jack
@@ -53,7 +53,7 @@
     explicit-exception >=0.1.7 && <0.2,
     transformers >=0.2 && <0.4,
     enumset >=0.0 && <0.1,
-    array >=0.2 && <0.5,
+    array >=0.2 && <0.6,
     unix >=2.3 && <2.7,
     base >=4.0 && <5.0
   Exposed-Modules:
@@ -114,7 +114,7 @@
       jack,
       explicit-exception >=0.1.7 && <0.2,
       transformers >=0.2 && <0.4,
-      array >=0.2 && <0.5,
+      array,
       base >=3.0 && <5
   Else
     Buildable: False
@@ -129,7 +129,7 @@
       jack,
       explicit-exception >=0.1.7 && <0.2,
       transformers >=0.2 && <0.4,
-      array >=0.2 && <0.5,
+      array,
       base >=3.0 && <5
   Else
     Buildable: False
@@ -159,10 +159,10 @@
       event-list >=0.1 && <0.2,
       explicit-exception >=0.1.7 && <0.2,
       transformers >=0.2 && <0.4,
-      containers >=0.2 && <0.5,
+      containers >=0.2 && <0.6,
       bytestring >=0.9.1 && <0.11,
       storablevector >=0.2.7 && <0.3,
-      array >=0.2 && <0.5,
+      array,
       base >=3.0 && <5
   Else
     Buildable: False
