aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Packages.hs
diff options
context:
space:
mode:
authorDavid Waern <unknown>2007-08-29 23:26:24 +0000
committerDavid Waern <unknown>2007-08-29 23:26:24 +0000
commit2ad606aaea58bce57ebb1681831514caf6ff56a3 (patch)
treea0f86d267a922efa5dc8929074934e5d605a86b5 /src/Haddock/Packages.hs
parent658e79eddf0ac941d2719ec0a3aea58f42ef1277 (diff)
Rename HaddockModule to Interface and a few more refactorings
Diffstat (limited to 'src/Haddock/Packages.hs')
-rw-r--r--src/Haddock/Packages.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Haddock/Packages.hs b/src/Haddock/Packages.hs
index c2de11b4..d722bdfe 100644
--- a/src/Haddock/Packages.hs
+++ b/src/Haddock/Packages.hs
@@ -28,8 +28,8 @@ import Module
import Packages
--- | Represents the installed Haddock information for a package.
--- This is basically the contents of the .haddock file, the path
+-- | This structure represents the installed Haddock information for a
+-- package. This is basically the contents of the .haddock file, the path
-- to the html files and the list of modules in the package
data HaddockPackage = HaddockPackage {
pdModules :: [Module],