diff --git a/Github/Private.hs b/Github/Private.hs
--- a/Github/Private.hs
+++ b/Github/Private.hs
@@ -11,7 +11,6 @@
 import Network.HTTP.Types (Method, Status(..))
 import Network.HTTP.Conduit
 import Data.Conduit (ResourceT)
-import Text.URI
 import qualified Control.Exception as E
 import Data.Maybe (fromMaybe)
 
diff --git a/github.cabal b/github.cabal
--- a/github.cabal
+++ b/github.cabal
@@ -7,7 +7,7 @@
 -- The package version. See the Haskell package versioning policy
 -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for
 -- standards guiding when and how versions should be incremented.
-Version:             0.4.0
+Version:             0.4.1
 
 -- A short (one-line) description of the package.
 Synopsis:            Access to the Github API, v3.
@@ -140,22 +140,21 @@
   -- Packages needed in order to build this package.
   Build-depends: base >= 4.0 && < 5.0,
                  time,
-                 aeson == 0.6.0.0,
-                 attoparsec == 0.10.1.0,
+                 aeson == 0.6.1.0,
+                 attoparsec == 0.10.3.0,
                  bytestring,
                  containers,
                  text,
                  old-locale,
                  HTTP,
                  network,
-                 http-conduit == 1.4.1.10,
+                 http-conduit >= 1.8,
                  conduit,
-                 uri,
                  failure,
                  http-types,
                  data-default,
                  vector,
-                 unordered-containers >= 0.1 && < 0.2
+                 unordered-containers >= 0.2 && < 0.3
   
   -- Modules not exported by this package.
   Other-modules:       Github.Private
