diff --git a/project_template/default/foo.cabal b/project_template/default/foo.cabal
--- a/project_template/default/foo.cabal
+++ b/project_template/default/foo.cabal
@@ -42,7 +42,7 @@
   else
     build-depends:
       base                      >= 4.4      && < 5,
-      lens                      >= 3.7.6    && < 4.10
+      lens                      >= 3.7.6    && < 4.11
 
   if flag(development)
     build-depends:
diff --git a/project_template/tutorial/foo.cabal b/project_template/tutorial/foo.cabal
--- a/project_template/tutorial/foo.cabal
+++ b/project_template/tutorial/foo.cabal
@@ -33,7 +33,7 @@
   else
     build-depends:
       base                      >= 4.4      && < 5,
-      lens                      >= 3.7.6    && < 4.10
+      lens                      >= 3.7.6    && < 4.11
 
   if impl(ghc >= 6.12.0)
     ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
diff --git a/snap.cabal b/snap.cabal
--- a/snap.cabal
+++ b/snap.cabal
@@ -1,5 +1,5 @@
 name:           snap
-version:        0.14.0.2
+version:        0.14.0.3
 synopsis:       Top-level package for the Snap Web Framework
 description:
     This is the top-level package for the official Snap Framework libraries.
@@ -158,7 +158,7 @@
     directory-tree            >= 0.11     && < 0.13,
     dlist                     >= 0.5      && < 0.8,
     errors                    >= 1.4      && < 1.5,
-    filepath                  >= 1.1      && < 1.4,
+    filepath                  >= 1.1      && < 1.5,
     -- Blacklist bad versions of hashable
     hashable                  (>= 1.1 && < 1.2) || (>= 1.2.0.6 && <1.3),
     heist                     >= 0.14     && < 0.15,
@@ -176,7 +176,7 @@
     transformers              >= 0.2      && < 0.5,
     unordered-containers      >= 0.1.4    && < 0.3,
     vector                    >= 0.7.1    && < 0.11,
-    vector-algorithms         >= 0.4      && < 0.7,
+    vector-algorithms         >= 0.4      && < 0.8,
     xmlhtml                   >= 0.1      && < 0.3
 
 
@@ -187,7 +187,7 @@
   else
     build-depends:
       base                      >= 4.4      && < 5,
-      lens                      >= 3.7.6    && < 4.10
+      lens                      >= 3.7.6    && < 4.11
 
   extensions:
     BangPatterns,
@@ -228,7 +228,7 @@
     containers          >= 0.3     && < 0.6,
     directory           >= 1.0     && < 1.3,
     directory-tree      >= 0.10    && < 0.13,
-    filepath            >= 1.1     && < 1.4,
+    filepath            >= 1.1     && < 1.5,
     -- Blacklist bad versions of hashable
     hashable            (>= 1.1 && < 1.2) || (>= 1.2.0.6 && <1.3),
     old-time            >= 1.0     && < 1.2,
diff --git a/test/snap-testsuite.cabal b/test/snap-testsuite.cabal
--- a/test/snap-testsuite.cabal
+++ b/test/snap-testsuite.cabal
@@ -66,7 +66,7 @@
   else
     build-depends:
       base                      >= 4.4      && < 5,
-      lens                      >= 3.7.6    && < 4.10
+      lens                      >= 3.7.6    && < 4.11
 
 
   extensions:
@@ -138,7 +138,7 @@
   else
     build-depends:
       base                      >= 4.4      && < 5,
-      lens                      >= 3.7.6    && < 4.10
+      lens                      >= 3.7.6    && < 4.11
 
   extensions:
     BangPatterns,
@@ -220,7 +220,7 @@
   else
     build-depends:
       base                      >= 4.4      && < 5,
-      lens                      >= 3.7.6    && < 4.10
+      lens                      >= 3.7.6    && < 4.11
 
 
   extensions:
