Metadata revisions for github-data-0.18

Package maintainers and Hackage trustees are allowed to edit certain bits of package metadata after a release, without uploading a new tarball. Note that the tarball itself is never changed, just the metadata that is stored separately. For more information about metadata revisions, please refer to the Hackage Metadata Revisions FAQ.

No. Time User SHA256
-r1 (github-data-0.18-r1) 2020-02-11T06:45:36Z MatthewFarkasDyck 6f69bd26809a83b4217b08d1c477c1e39aa693eea9c76fb4ff4fea4a5737ede1
  • Changed description from

    The GitHub API provides programmatic access to the full
    GitHub Web site, from Issues to Gists to repos down to the underlying git data
    like references and trees. This library wraps all of that, exposing a basic but
    Haskell-friendly set of functions and data structures.
    
    For supported endpoints see "GitHub" module.
    
    > import qualified GitHub as GH
    >
    > main :: IO ()
    > main = do
    >     possibleUser <- GH.executeRequest' $ GH.userInfoR "phadej"
    >     print possibleUser
    
    For more of an overview please see the README: <https://github.com/phadej/github/blob/master/README.md>
    to
    Fork of <https://hackage.haskell.org/package/github github>, with data types only
    
    The GitHub API provides programmatic access to the full
    GitHub Web site, from Issues to Gists to repos down to the underlying git data
    like references and trees. This library wraps all of that, exposing a basic but
    Haskell-friendly set of functions and data structures.
    
    For supported endpoints see "GitHub" module.
    
    > import qualified GitHub as GH
    >
    > main :: IO ()
    > main = do
    >     possibleUser <- GH.executeRequest' $ GH.userInfoR "phadej"
    >     print possibleUser
    
    For more of an overview please see the README: <https://github.com/phadej/github/blob/master/README.md>

-r0 (github-data-0.18-r0) 2018-01-21T21:36:01Z MatthewFarkasDyck 8b80ea0934e35e06f5282b272105ea8853d68281d6a29b17b40b69f10ebaafa5