aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMalcolm.Wallace <Malcolm.Wallace@cs.york.ac.uk>2006-07-20 13:14:50 +0000
committerMalcolm.Wallace <Malcolm.Wallace@cs.york.ac.uk>2006-07-20 13:14:50 +0000
commit2267aa3fbfa778e207738a85053e920353f584cc (patch)
tree333d5f552da5165776d48af82305340f2383e79f /doc
parent5a5d7908fcbb60c3cdca2be68c8dede66af823b9 (diff)
change doc references to CVS to give darcs repository location instead
Diffstat (limited to 'doc')
-rw-r--r--doc/haddock.xml20
1 files changed, 8 insertions, 12 deletions
diff --git a/doc/haddock.xml b/doc/haddock.xml
index aaf401b5..de8f02a4 100644
--- a/doc/haddock.xml
+++ b/doc/haddock.xml
@@ -42,7 +42,7 @@
code.</para>
</listitem>
<listitem>
- <para>There is s tremendous amount of useful API documentation
+ <para>There is a tremendous amount of useful API documentation
that can be extracted from just the bare source code,
including types of exported functions, definitions of data
types and classes, and so on. Haddock can therefore generate
@@ -106,17 +106,13 @@
from its <ulink url="http://www.haskell.org/haddock/">web
site</ulink>.</para>
- <para>Up-to-date sources can also be obtained from CVS. The
- Haddock sources are under <literal>fptools/haddock</literal> in
- the <literal>fptools</literal> CVS repository, which also
- contains GHC, Happy, and several other projects. See <ulink
- url="http://www.haskell.org/ghc/docs/latest/html/building/sec-cvs.html">Using
- The CVS Repository</ulink> for information on how to access the
- CVS repository. Note that you need to check out the
- <literal>fpconfig</literal> module first to get the generic
- build system (the <literal>fptools</literal> directory), and
- then check out <literal>fptools/haddock</literal> to get the
- Haddock sources.</para>
+ <para>Up-to-date sources can also be obtained from our public
+ darcs repository. The Haddock sources are at
+ <literal>http://darcs.haskell.org/haddock</literal>. The same
+ server also has separate repositories for GHC, Happy, and many
+ other projects. See
+ <ulink url="http://www.darcs.net/">darcs.net</ulink> for more
+ information on the darcs version control utility.</para>
</section>
<section id="license">