diff --git a/http-conduit.cabal b/http-conduit.cabal
--- a/http-conduit.cabal
+++ b/http-conduit.cabal
@@ -1,5 +1,5 @@
 name:            http-conduit
-version:         2.0.0.6
+version:         2.0.0.7
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
@@ -47,48 +47,26 @@
     build-depends: base >= 4 && < 5
                  , HUnit
                  , hspec >= 1.3
+                 , data-default-class
+                 , connection >= 0.2
+                 , warp-tls
+                 , time
+                 , blaze-builder
                  , bytestring
+                 , text
                  , transformers
-                 , failure
                  , conduit
-                 , zlib-conduit
-                 , blaze-builder-conduit
                  , utf8-string
-                 , blaze-builder
-                 , http-types
-                 , cprng-aes
-                 , monad-control
-                 , containers
-                 , certificate
                  , case-insensitive
-                 , base64-bytestring
-                 , asn1-data
-                 , data-default-class
-                 , text
-                 , transformers-base
                  , lifted-base
-                 , time
                  , network
                  , wai >= 2.0 && < 2.1
                  , warp >= 2.0 && < 2.1
-                 , warp-tls
-                 , socks
                  , http-types
                  , cookie
-                 , regex-compat
                  , network-conduit >= 0.6
-                 , resourcet
-                 , void
-                 , deepseq
-                 , mtl
-                 , publicsuffixlist
-                 , array
-                 , random
-                 , filepath
-                 , mime-types
                  , http-client
                  , http-conduit
-                 , connection >= 0.2
                  , http-client-multipart
 
 source-repository head
