summaryrefslogtreecommitdiff
path: root/compiler/typecheck/TcBackpack.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/typecheck/TcBackpack.hs')
-rw-r--r--compiler/typecheck/TcBackpack.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/typecheck/TcBackpack.hs b/compiler/typecheck/TcBackpack.hs
index 7fffcd1d18..1e9a1ea691 100644
--- a/compiler/typecheck/TcBackpack.hs
+++ b/compiler/typecheck/TcBackpack.hs
@@ -23,7 +23,7 @@ import BasicTypes (defaultFixity)
import Packages
import TcRnExports
import DynFlags
-import HsSyn
+import GHC.Hs
import RdrName
import TcRnMonad
import TcTyDecls