diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-wai-route
+wai-route [![Build Status](https://travis-ci.org/romanb/wai-route.svg)](https://travis-ci.org/romanb/wai-route)
 ========
 
-Minimalistic, efficient routing for applications using the [WAI](https://github.com/yesodweb/wai). Take a look at the [sample](https://github.com/romanb/wai-route/blob/master/sample/Main.hs).
+Minimalistic, efficient routing tree for applications using the [WAI](https://github.com/yesodweb/wai). Take a look at the [sample](https://github.com/romanb/wai-route/blob/master/sample/Main.hs).
diff --git a/wai-route.cabal b/wai-route.cabal
--- a/wai-route.cabal
+++ b/wai-route.cabal
@@ -1,5 +1,5 @@
 name:                wai-route
-version:             0.3
+version:             0.3.1
 synopsis:            Minimalistic, efficient routing for WAI
 description:
     .
@@ -32,7 +32,7 @@
 
     build-depends:
         base                 == 4.*
-      , wai                  >= 3.0.2 && < 3.1
+      , wai                  >= 3.0.2 && < 3.3
       , unordered-containers >= 0.2
       , http-types           >= 0.8
       , bytestring           >= 0.10
@@ -47,7 +47,6 @@
     default-language: Haskell2010
     hs-source-dirs:   test
     main-is:          Main.hs
-    ghc-prof-options: -prof -auto-all
     ghc-options:
         -Wall
         -fwarn-tabs
