packages feed

github 0.1 → 0.1.1

raw patch · 1 files changed

+7/−1 lines, 1 files

Files

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.1+Version:             0.1.1  -- A short (one-line) description of the package. Synopsis:            Access to the Github API, v3.@@ -18,6 +18,10 @@                      like references and trees. This library wraps all of that, exposing a basic but                      Haskell-friendly set of functions and data structures. +                     /Currently this only supports read-only access/.++                     For more of an overview please see the README: <https://github.com/mike-burns/github/blob/master/README.md>+ -- The license under which the package is released. License:             BSD3 @@ -30,6 +34,8 @@ -- An email address to which users can send suggestions, bug reports, -- and patches. Maintainer:          mike@mike-burns.com++Homepage:            https://github.com/mike-burns/github  -- A copyright notice. Copyright:           Copyright 2011 Mike Burns