github 0.7.2 → 0.7.3
raw patch · 2 files changed
+4/−4 lines, 2 files
Files
- Github/Private.hs +3/−3
- github.cabal +1/−1
Github/Private.hs view
@@ -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
github.cabal view
@@ -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.