Repository : ssh://darcs.haskell.org//srv/darcs/packages/pretty On branch : master
http://hackage.haskell.org/trac/ghc/changeset/335acbad6ec8b9156e6b6ad18fd7a7a7584e8d46 >--------------------------------------------------------------- commit 335acbad6ec8b9156e6b6ad18fd7a7a7584e8d46 Author: David Terei <[email protected]> Date: Sun Nov 6 15:02:23 2011 -0800 Update readme to note branches used by development >--------------------------------------------------------------- README | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/README b/README index 787506a..b07e76c 100644 --- a/README +++ b/README @@ -9,3 +9,12 @@ Simon Peyton Jones. The library uses the Cabal build system, so building is simply a matter of running 'cabal install' or 'cabal configure && cabal build'. +Usually two branches are maintained for Pretty development: + + * master: This branch is generally kept in a stable state and is where + release are pulled and made from. The reason for this is GHC includes + the pretty library and tracks the master branch by default so we don't + want experimental code being pulled into GHC at times. + + * next: This branch is the general development branch. + _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
