diff --git a/ListLike.cabal b/ListLike.cabal
--- a/ListLike.cabal
+++ b/ListLike.cabal
@@ -1,5 +1,5 @@
 Name: ListLike
-Version: 4.0.0
+Version: 4.0.1
 License: BSD3
 Maintainer: John Lato <jwlato@gmail.com>
 Author: John Goerzen
@@ -45,7 +45,7 @@
   Build-Depends: base       >= 3     && < 5
                 ,containers >= 0.3   && < 0.6
                 ,bytestring >= 0.9.1 && < 0.11
-                ,array      >= 0.3   && < 0.5
+                ,array      >= 0.3   && < 0.6
                 ,text       >= 0.11  && < 0.12
                 ,vector     >= 0.5   && < 0.11
   
