diff --git a/Github/Private.hs b/Github/Private.hs
--- a/Github/Private.hs
+++ b/Github/Private.hs
@@ -104,9 +104,9 @@
              in Just (Data.List.takeWhile (/= '>') s')
         else Nothing
 
-doHttps :: Method -> String -> Maybe GithubAuth
-        -> Maybe (RequestBody (ResourceT IO))
-        -> IO (Either E.SomeException (Response LBS.ByteString))
+-- doHttps :: Method -> String -> Maybe GithubAuth
+--         -> Maybe (RequestBody (ResourceT IO))
+--         -> IO (Either E.SomeException (Response LBS.ByteString))
 doHttps reqMethod url auth body = do
   let reqBody = fromMaybe (RequestBodyBS $ BS.pack "") body
       reqHeaders = maybe [] getOAuth auth
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.7.2
+Version:             0.7.3
 
 -- A short (one-line) description of the package.
 Synopsis:            Access to the Github API, v3.
