aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2008-10-10 21:08:09 +0000
committerDavid Waern <david.waern@gmail.com>2008-10-10 21:08:09 +0000
commita5cc6054dcadeef6739cb0138dfb419f02c3d560 (patch)
treefc5d61e94b34550c48ae5cec2f896eea85ac00b3 /src
parentff03f4f8b4ac1b9ccd9ef93c294ac835871c349f (diff)
Fix documentation for createInterfaces
Diffstat (limited to 'src')
-rw-r--r--src/Haddock/Interface.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/Interface.hs b/src/Haddock/Interface.hs
index 73c08018..4835b08e 100644
--- a/src/Haddock/Interface.hs
+++ b/src/Haddock/Interface.hs
@@ -39,7 +39,7 @@ import SrcLoc
-- | Turn a topologically sorted list of module names/filenames into interfaces. Also
--- return the home link environment created in the process, and any error messages.
+-- return the home link environment created in the process.
#if __GLASGOW_HASKELL__ >= 609
createInterfaces :: [String] -> LinkEnv -> [Flag] -> Ghc ([Interface], LinkEnv)
createInterfaces modules externalLinks flags = do