diff --git a/Network/HTTP/Wget.hs b/Network/HTTP/Wget.hs
--- a/Network/HTTP/Wget.hs
+++ b/Network/HTTP/Wget.hs
@@ -24,7 +24,7 @@
 import Numeric (showHex)
 import Data.List (intercalate)
 import Control.Monad.Trans
-import Control.Monad.Failure
+import Control.Failure
 import Control.Exception
 import Data.Generics
 
diff --git a/http-wget.cabal b/http-wget.cabal
--- a/http-wget.cabal
+++ b/http-wget.cabal
@@ -1,5 +1,5 @@
 name:            http-wget
-version:         0.2.1
+version:         0.4.0
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
@@ -18,9 +18,9 @@
 
 library
     build-depends:   base >= 4 && < 5,
-                     process,
-                     control-monad-failure >= 0.4,
-                     transformers >= 0.1.4.0,
+                     process >= 1.0.1.1 && < 1.1,
+                     failure >= 0.0.0 && < 0.1,
+                     transformers >= 0.1.4.0 && < 0.2,
                      syb
     exposed-modules: Network.HTTP.Wget
     ghc-options:     -Wall
