From 28606fa6e615b55344688e2a6ad9ced77df42592 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 20 Dec 2007 10:48:29 +0000 Subject: doc updates --- README | 6 ------ make-sdist.sh | 2 ++ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README b/README index 71cb62e8..7bcbdd19 100644 --- a/README +++ b/README @@ -41,12 +41,6 @@ Please send questions and suggestions to me: Simon Marlow -System Requirements -=================== - -Haddock currently requires GHC version 4.08 or later to compile. - - [1] IDoc - A No Frills Haskell Interface Documentation System http://www.cse.unsw.edu.au/~chak/haskell/idoc/ diff --git a/make-sdist.sh b/make-sdist.sh index 19bc599d..a7f1968a 100644 --- a/make-sdist.sh +++ b/make-sdist.sh @@ -13,6 +13,8 @@ cd .. tar cvzf haddock-*.tar.gz haddock-*/ # Steps for doing a release: +# * Update version number in .cabal, doc/haddock.xml, haddock.spec +# * Update CHANGES # * Source: # - do the above # - upload the dist to haskell.org:haddock/dist/${version} -- cgit v1.2.3