File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Name: github
77-- The package version. See the Haskell package versioning policy
88-- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for
99-- standards guiding when and how versions should be incremented.
10- Version : 0.1
10+ Version : 0.1.1
1111
1212-- A short (one-line) description of the package.
1313Synopsis : Access to the Github API, v3.
@@ -18,6 +18,10 @@ Description: The Github API provides programmatic access to the full
1818 like references and trees. This library wraps all of that, exposing a basic but
1919 Haskell-friendly set of functions and data structures.
2020
21+ /Currently this only supports read-only access/.
22+
23+ For more of an overview please see the README : <https://github.com/mike-burns/github/blob/master/README.md>
24+
2125-- The license under which the package is released.
2226License : BSD3
2327
@@ -31,6 +35,8 @@ Author: Mike Burns
3135-- and patches.
3236Maintainer : mike@mike-burns.com
3337
38+ Homepage : https://github.com/mike-burns/github
39+
3440-- A copyright notice.
3541Copyright : Copyright 2011 Mike Burns
3642
You can’t perform that action at this time.
0 commit comments