summaryrefslogtreecommitdiff
path: root/compiler/main/GHC.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/main/GHC.hs')
-rw-r--r--compiler/main/GHC.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/main/GHC.hs b/compiler/main/GHC.hs
index 87f0d12667..a66daa220e 100644
--- a/compiler/main/GHC.hs
+++ b/compiler/main/GHC.hs
@@ -227,7 +227,7 @@ module GHC (
TyThing(..),
-- ** Syntax
- module HsSyn, -- ToDo: remove extraneous bits
+ module GHC.Hs, -- ToDo: remove extraneous bits
-- ** Fixities
FixityDirection(..),
@@ -314,7 +314,7 @@ import TcRnTypes
import Packages
import NameSet
import RdrName
-import HsSyn
+import GHC.Hs
import Type hiding( typeKind )
import TcType
import Id