Skip to content

Commit b83e631

Browse files
author
John Wiegley
committed
Bump version to 0.6.0
1 parent ac8ffdb commit b83e631

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

github.cabal

Lines changed: 7 additions & 7 deletions
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.5.1
10+
Version: 0.6.0
1111

1212
-- A short (one-line) description of the package.
1313
Synopsis: Access to the Github API, v3.
@@ -18,7 +18,7 @@ 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-
For more of an overview please see the README: <https://github.com/mike-burns/github/blob/master/README.md>
21+
For more of an overview please see the README: <https://github.com/fpco/github/blob/master/README.md>
2222

2323
-- The license under which the package is released.
2424
License: BSD3
@@ -27,16 +27,16 @@ License: BSD3
2727
License-file: LICENSE
2828

2929
-- The package author(s).
30-
Author: Mike Burns
30+
Author: Mike Burns, John Wiegley
3131

3232
-- An email address to which users can send suggestions, bug reports,
3333
-- and patches.
34-
Maintainer: mike@mike-burns.com
34+
Maintainer: johnw@fpcomplete.com
3535

36-
Homepage: https://github.com/mike-burns/github
36+
Homepage: https://github.com/fpco/github
3737

3838
-- A copyright notice.
39-
Copyright: Copyright 2012-2013 Mike Burns
39+
Copyright: Copyright 2012-2013 Mike Burns, Copyright 2013 John Wiegley
4040

4141
Category: Network APIs
4242

@@ -107,7 +107,7 @@ Cabal-version: >=1.6
107107

108108
source-repository head
109109
type: git
110-
location: git://github.com/mike-burns/github.git
110+
location: git://github.com/fpco/github.git
111111

112112

113113
Library

0 commit comments

Comments
 (0)