Skip to content

Commit 76be2b3

Browse files
committed
Link to the Github repo and the README, and mention that it only supports the read-only API.
1 parent 8741b52 commit 76be2b3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

github.cabal

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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.
1313
Synopsis: 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.
2226
License: BSD3
2327

@@ -31,6 +35,8 @@ Author: Mike Burns
3135
-- and patches.
3236
Maintainer: mike@mike-burns.com
3337

38+
Homepage: https://github.com/mike-burns/github
39+
3440
-- A copyright notice.
3541
Copyright: Copyright 2011 Mike Burns
3642

0 commit comments

Comments
 (0)