summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorsimonpj@microsoft.com <unknown>2009-07-17 12:01:54 +0000
committersimonpj@microsoft.com <unknown>2009-07-17 12:01:54 +0000
commit6d65a616ca845f7d574af8da8a8c183f24f40caa (patch)
treea6f30518aab2753efa13ec5e10e703cd94a72496 /compiler
parentcf96c6c8f2ead02205e509975282e212a5eb9aee (diff)
downloadhaskell-6d65a616ca845f7d574af8da8a8c183f24f40caa.tar.gz
Comment only
Diffstat (limited to 'compiler')
-rw-r--r--compiler/basicTypes/RdrName.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/basicTypes/RdrName.lhs b/compiler/basicTypes/RdrName.lhs
index 89e1fdc714..d476f4a933 100644
--- a/compiler/basicTypes/RdrName.lhs
+++ b/compiler/basicTypes/RdrName.lhs
@@ -616,7 +616,7 @@ data ImpDeclSpec
-- should be a Maybe PackageId here too.
is_as :: ModuleName, -- ^ Import alias, e.g. from @as M@ (or @Muggle@ if there is no @as@ clause)
is_qual :: Bool, -- ^ Was this import qualified?
- is_dloc :: SrcSpan -- ^ The location of the import declaration
+ is_dloc :: SrcSpan -- ^ The location of the entire import declaration
}
-- | Describes import info a particular Name