summaryrefslogtreecommitdiff
path: root/compiler/main
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2007-06-05 08:44:38 +0000
committerSimon Marlow <simonmar@microsoft.com>2007-06-05 08:44:38 +0000
commit1a74e14655acb56919ac74bd92c116c7d01d7c30 (patch)
treefd0d568f2ef5549e7e1497afc108aa062f6eb75e /compiler/main
parent900463757688ab3dd5ca93db6248c3ea86634d81 (diff)
downloadhaskell-1a74e14655acb56919ac74bd92c116c7d01d7c30.tar.gz
fix panic in #1379
Diffstat (limited to 'compiler/main')
-rw-r--r--compiler/main/GHC.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/GHC.hs b/compiler/main/GHC.hs
index b57d0c88c2..f6a5134d8b 100644
--- a/compiler/main/GHC.hs
+++ b/compiler/main/GHC.hs
@@ -110,7 +110,7 @@ module GHC (
-- ** Names
Name,
- nameModule, pprParenSymName, nameSrcSpan,
+ isExternalName, nameModule, pprParenSymName, nameSrcSpan,
NamedThing(..),
RdrName(Qual,Unqual),