diff --git a/warp-static.cabal b/warp-static.cabal
--- a/warp-static.cabal
+++ b/warp-static.cabal
@@ -1,7 +1,7 @@
 Name:                warp-static
-Version:             0.2.1
+Version:             0.2.2
 Synopsis:            Static file server based on Warp and wai-app-static
-Homepage:            http://github.com/snoyberg/warp-static
+Homepage:            http://github.com/yesodweb/wai
 License:             BSD3
 License-file:        LICENSE
 Author:              Michael Snoyman
@@ -9,7 +9,7 @@
 Category:            Web
 Build-type:          Simple
 Cabal-version:       >=1.2
-Description:         Static file server based on Warp and wai-app-static
+Description:         Serve up static files by running the warp executable. Based on Warp and wai-app-static. 
 
 
 Executable warp
@@ -18,8 +18,8 @@
                , warp            >= 0.4                && < 0.5
                , wai-app-static  >= 0.3                && < 0.4
                , wai-extra       >= 0.4                && < 0.5
-               , cmdargs         >= 0.6.7              && < 0.9
-               , directory       >= 1.0                && < 1.2
+               , cmdargs         >= 0.6.7
+               , directory       >= 1.0
                , containers      >= 0.2                && < 0.5
-               , bytestring      >= 0.9                && < 0.10
-               , text                                     < 1.0
+               , bytestring                >= 0.9.1.4  && < 0.10
+               , text                     >= 0.7           && < 0.12
