diff --git a/vector-algorithms.cabal b/vector-algorithms.cabal
--- a/vector-algorithms.cabal
+++ b/vector-algorithms.cabal
@@ -1,5 +1,5 @@
 name:              vector-algorithms
-version:           0.7
+version:           0.7.0.1
 license:           BSD3
 license-file:      LICENSE
 author:            Dan Doel
@@ -43,8 +43,8 @@
 library
   hs-source-dirs: src
 
-  build-depends: base >= 3 && < 5,
-                 vector >= 0.6 && < 0.11,
+  build-depends: base >= 4.5 && < 5,
+                 vector >= 0.6 && < 0.12,
                  primitive >=0.3 && <0.7,
                  bytestring >= 0.9 && < 1.0
 
