diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,9 @@
+2015-08-12 0.5.1.0
+
+* Bump deps
+
+2014-05-13 0.5.0.0
+
 * Add Resource and SingletonResource data types for RESTful routes
 * Ignore trailing slashes
 
diff --git a/snap-web-routes.cabal b/snap-web-routes.cabal
--- a/snap-web-routes.cabal
+++ b/snap-web-routes.cabal
@@ -1,5 +1,5 @@
 name:                snap-web-routes
-version:             0.5.0.0
+version:             0.5.1.0
 synopsis:            Type safe URLs for Snap
 description:
     Type safe URL generation and routing for Snap using <http://hackage.haskell.org/package/web-routes web-routes>, and builds on <https://github.com/stepcut/snap-web-routes-demo work>
@@ -48,6 +48,8 @@
 
 library
   hs-source-dirs:      src
+  default-language:    Haskell2010
+  ghc-options:         -O2 -Wall
 
   exposed-modules:
     Snap.Snaplet.Router
@@ -60,11 +62,11 @@
   build-depends:
     base                      >= 4.4     && < 5,
     bytestring                >= 0.9.1   && < 0.11,
-    heist                     >= 0.13    && < 0.14,
+    heist                     >= 0.13    && < 1.20,
     mtl                       >= 2       && < 3,
-    snap-core                 >= 0.9     && < 0.11,
-    snap                      >= 0.13    && < 0.14,
-    text                      >= 0.11    && < 1.2,
+    snap-core                 >= 0.9     && < 1.1,
+    snap                      >= 0.13    && < 1.1,
+    text                      >= 0.11    && < 1.3,
     web-routes                >= 0.27    && < 0.28,
     xmlhtml                   >= 0.1
 
