diff --git a/wai-handler-devel.cabal b/wai-handler-devel.cabal
--- a/wai-handler-devel.cabal
+++ b/wai-handler-devel.cabal
@@ -1,5 +1,5 @@
 Name:                wai-handler-devel
-Version:             0.4.4.1
+Version:             1.0.0
 Synopsis:            WAI server that automatically reloads code after modification.
 Description:         This handler automatically reloads your source code upon any changes. It works by using the hint package, essentially embedding GHC inside the handler. The handler (both the executable and library) takes three arguments: the port to listen on, the module name containing the application function, and the name of the function.
                      .
@@ -10,7 +10,7 @@
 License-file:        LICENSE
 Author:              Michael Snoyman
 Maintainer:          michael@snoyman.com
-Homepage:            http://github.com/snoyberg/wai-handler-devel
+Homepage:            http://github.com/yesodweb/wai
 Category:            Web
 Build-Type:          Simple
 Cabal-Version:       >=1.6
@@ -18,21 +18,20 @@
 
 Source-repository head
     type:            git
-    location:        git://github.com/snoyberg/wai-handler-devel.git
+    location:        git://github.com/yesodweb/wai.git
 
 Library
   Build-Depends:     base                  >= 4             && < 5
-                   , wai                   >= 0.4           && < 0.5
-                   , wai-extra             >= 0.4           && < 0.5
+                   , wai                   >= 1.0           && < 1.1
+                   , wai-extra             >= 1.0           && < 1.1
                    , http-types            >= 0.6           && < 0.7
-                   , warp                  >= 0.4           && < 0.5
+                   , warp                  >= 1.0           && < 1.1
                    , directory                >= 1.0.1 && < 1.2
                    , network                  >= 2.2.1.5 && < 2.4
                    , bytestring                >= 0.9.1.4  && < 0.10
                    , hint                  >= 0.3.2.3       && < 0.4
                    , text                  >= 0.7           && < 0.12
                    , old-time              >= 1.0           && < 1.1
-                   , enumerator             >= 0.4.8    && < 0.5
                    , transformers          >= 0.2.2         && < 0.3
                    , attoparsec            >= 0.10
   Exposed-modules:   Network.Wai.Handler.DevelServer
