diff options
author | simonmar <unknown> | 2002-04-25 14:40:05 +0000 |
---|---|---|
committer | simonmar <unknown> | 2002-04-25 14:40:05 +0000 |
commit | 6395502702ae2cf4f4ff969fce2b984e603f0f86 (patch) | |
tree | 69f42c9a9c3e49e0745a9d5937277b8587ebe79b /src/HaddockVersion.hs | |
parent | 044cea8101424a367d578d4943553e5b20bd6ec0 (diff) |
[haddock @ 2002-04-25 14:40:05 by simonmar]
- Add support for named chunks of documentation which can be
referenced from the export list.
- Copy the icon from $libdir to the destination in HTML mode.
Diffstat (limited to 'src/HaddockVersion.hs')
-rw-r--r-- | src/HaddockVersion.hs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/HaddockVersion.hs b/src/HaddockVersion.hs index 6617203c..5048d899 100644 --- a/src/HaddockVersion.hs +++ b/src/HaddockVersion.hs @@ -4,7 +4,9 @@ -- (c) Simon Marlow 2002 -- -module HaddockVersion ( projectName, projectVersion, projectUrl ) where +module HaddockVersion ( + projectName, projectVersion, projectUrl + ) where projectName = "Haddock" projectUrl = "http://www.haskell.org/haddock" |