diff options
author | simonmar <unknown> | 2002-05-09 13:35:45 +0000 |
---|---|---|
committer | simonmar <unknown> | 2002-05-09 13:35:45 +0000 |
commit | 29b0d7d20aa1f9fe0fe39891d8a23f5baef5841f (patch) | |
tree | 10089bba898c9292fbb71e25aa45fd7369b831e6 | |
parent | 0f16ce565a0487035315008d0f983e741101fb70 (diff) |
[haddock @ 2002-05-09 13:35:45 by simonmar]
Add System Requirements section
-rw-r--r-- | README | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -3,8 +3,8 @@ Haddock, a Haskell Documentation Tool This is Haddock, a tool for automatically generating documentation from annotated Haskell source code. It is primary intended for -documenting libraries, but it should be useful for any kind of Haskell -code. +documenting library interfaces, but it should be useful for any kind +of Haskell code. Like other systems ([1],[2]), Haddock lets you write documentation annotations next to the definitions of functions and types in the @@ -41,6 +41,12 @@ Please send questions and suggestions to me: Simon Marlow <simonmar@microsoft.com> +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/ |