diff options
-rw-r--r-- | haddock-HCAR-entry.tex | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/haddock-HCAR-entry.tex b/haddock-HCAR-entry.tex index 07f0a286..3ec2b19e 100644 --- a/haddock-HCAR-entry.tex +++ b/haddock-HCAR-entry.tex @@ -1,4 +1,4 @@ -\begin{hcarentry}[updated]{Haddock} +\begin{hcarentry}{Haddock} \label{haddock} \report{David Waern}%11/08 \status{experimental, maintained} @@ -16,9 +16,7 @@ with GHC, Hugs, and nhc98 The latest release is version 2.2.2, released August 5 2008. \Separate - Recent changes: - \begin{itemize} \item Support for GHC 6.8.3 \item The Hoogle backend is back, thanks to Neil Mitchell. @@ -26,7 +24,7 @@ Recent changes: \item Show associated types in the documentation for class declarations \item Show type family declarations \item Show type equality predicates -\item Major bug fixes (#1 and #44) +\item Major bug fixes (\#1 and \#44) \item It is no longer required to specify the path to GHC's lib dir \item Remove unnecessary parenthesis in type signatures \end{itemize} @@ -43,10 +41,9 @@ decouple comment parsing from GHC and move it into Haddock, to not be bound by GHC releases. Other things we plan to add in future releases: - \begin{itemize} \item Support for GHC 6.10.1 -\item HTML frames (à la Javadoc) +\item HTML frames ({\'a} la Javadoc) \item Support for documenting re-exports from other packages \end{itemize} @@ -55,7 +52,7 @@ Other things we plan to add in future releases: \item Haddock's homepage: \url{http://www.haskell.org/haddock/} -\item Haddock's developer WiKi and Trac: +\item Haddock's developer Wiki and Trac: \url{http://trac.haskell.org/haddock} \end{compactitem} \end{hcarentry} |