[commit: packages/hoopl] master: Add note about version bumping (1de5d86)
git at git.haskell.org
git at git.haskell.org
Mon Dec 21 22:12:57 UTC 2015
Repository : ssh://git@git.haskell.org/hoopl
On branch : master
Link : http://git.haskell.org/packages/hoopl.git/commitdiff/1de5d863650739e606319009a02cfe95e67244fc
>---------------------------------------------------------------
commit 1de5d863650739e606319009a02cfe95e67244fc
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Mon Apr 27 08:33:10 2015 +0200
Add note about version bumping
>---------------------------------------------------------------
1de5d863650739e606319009a02cfe95e67244fc
README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index d4b0129..042c57b 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ The `hoopl` Package [![Hackage](https://img.shields.io/hackage/v/hoopl.svg)](ht
## Hoopl: A Higher-Order OPtimization Library
-API documentation can be found on [Hackage](https://hackage.haskell.org/package/directory).
+API documentation can be found on [Hackage](https://hackage.haskell.org/package/hoopl).
| Directory | Contents
| -------------- | ---------
@@ -25,6 +25,8 @@ versions of Cabal and GHC.
### Checklist for Making Releases
+In order to facilitate GHC development's workflow, the version in [`hoopl.cabal`](hoopl.cabal) is to be bumped as soon as a change requires a respective version bump (according to the PVP) relative to the last released `hoopl` version.
+
1. Make sure `hoopl` passes Travis for all GHC versions in the build-matrix
2. Update Changelog (& `git commit`)
3. Generate source tarball via `cabal sdist` and upload a candidate to Hackage (see note below), and inspect the result.
More information about the ghc-commits
mailing list