diff --git a/wai-predicates.cabal b/wai-predicates.cabal
--- a/wai-predicates.cabal
+++ b/wai-predicates.cabal
@@ -1,5 +1,5 @@
 name:                wai-predicates
-version:             0.3.1
+version:             0.3.2
 synopsis:            WAI request predicates
 license:             OtherLicense
 license-file:        LICENSE
@@ -20,6 +20,10 @@
     metadata in addition to a success/failure indicator.
     Predicates can be combined using logical connectives and the
     metadata are passed on accordingly.
+    .
+    <http://hackage.haskell.org/package/wai-routing wai-routing>
+    extends the functionality of @wai-predicates@ with additional
+    predicates and predicated request routing.
 
 source-repository head
     type:             git
@@ -47,17 +51,17 @@
         Network.Wai.Predicate.Parser.MediaType
 
     build-depends:
-        attoparsec       >= 0.10  && < 0.12
+        attoparsec       >= 0.10   && < 0.12
       , base             == 4.*
-      , bytestring       >= 0.9   && < 0.11
+      , bytestring       >= 0.9    && < 0.11
       , bytestring-from  == 0.2.*
       , cookie           == 0.4.*
-      , case-insensitive == 1.1.*
+      , case-insensitive >= 1.1    && < 1.3
       , http-types       == 0.8.*
       , transformers     == 0.3.*
       , vault            == 0.3.*
       , vector           == 0.10.*
-      , wai              >= 2.0 && < 2.2
+      , wai              >= 2.0    && < 2.2
 
 test-suite wai-predicate-tests
     type:             exitcode-stdio-1.0
@@ -75,14 +79,14 @@
     build-depends:
         base             == 4.*
       , blaze-builder    == 0.3.*
-      , bytestring       >= 0.9 && < 0.11
-      , case-insensitive == 1.1.*
-      , http-types       == 0.8.*
-      , HUnit            >= 1.2
-      , QuickCheck       >= 2.3
-      , tasty            >= 0.3
-      , tasty-hunit      >= 0.2
-      , tasty-quickcheck >= 0.3
+      , bytestring
+      , case-insensitive
+      , http-types
+      , HUnit
+      , QuickCheck
+      , tasty            >= 0.8
+      , tasty-hunit      >= 0.8
+      , tasty-quickcheck >= 0.8
       , wai
       , wai-predicates
 
