diff --git a/stringsearch.cabal b/stringsearch.cabal
--- a/stringsearch.cabal
+++ b/stringsearch.cabal
@@ -7,7 +7,7 @@
 -- The package version. See the Haskell package versioning policy
 -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for
 -- standards guiding when and how versions should be incremented.
-Version:             0.3.6.2
+Version:             0.3.6.3
 
 Homepage:            https://bitbucket.org/dafis/stringsearch
 Bug-reports:         https://bitbucket.org/dafis/stringsearch/issues
@@ -82,7 +82,7 @@
 
   -- Packages needed in order to build this package.
   if flag(base4)
-    Build-depends:   base >= 4 && < 5, array >= 0.3 && < 0.4,
+    Build-depends:   base >= 4 && < 5, array >= 0.3 && < 0.5,
                      bytestring >= 0.9 && < 1, containers >= 0.3 && < 0.5
   else
     if flag(base3)
