diff options
author | David Waern <davve@dtek.chalmers.se> | 2008-01-07 16:12:00 +0000 |
---|---|---|
committer | David Waern <davve@dtek.chalmers.se> | 2008-01-07 16:12:00 +0000 |
commit | 962a796a83f6bc917eec66e2ad9cb0d1c01e9e7e (patch) | |
tree | cba6284a3b4ffe43563268fbd7b4ebbd9c25c524 /doc | |
parent | 8a1f49d18774f3cd5952261b5e16ca574fc5a90a (diff) |
Update docs to say that Haddock accets .lhs files and module names
Diffstat (limited to 'doc')
-rw-r--r-- | doc/haddock.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/haddock.xml b/doc/haddock.xml index 9fdad848..ff153909 100644 --- a/doc/haddock.xml +++ b/doc/haddock.xml @@ -203,9 +203,8 @@ </cmdsynopsis> <para>Where each <replaceable>file</replaceable> is a filename - containing a Haskell source module. Only plain Haskell source - files are accepted (but see <xref linkend="cpp"/> for instructions - on how to pre-process source files for feeding to Haddock).</para> + containing a Haskell source module (.hs) or a Literate Haskell source + module (.lhs) or just a module name.</para> <para>All the modules specified on the command line will be processed together. When one module refers to an entity in |