summaryrefslogtreecommitdiff
path: root/compiler/typecheck/TcDefaults.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/typecheck/TcDefaults.hs')
-rw-r--r--compiler/typecheck/TcDefaults.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/typecheck/TcDefaults.hs b/compiler/typecheck/TcDefaults.hs
index 8d005a09e6..8ab13fa44c 100644
--- a/compiler/typecheck/TcDefaults.hs
+++ b/compiler/typecheck/TcDefaults.hs
@@ -8,6 +8,8 @@
module TcDefaults ( tcDefaults ) where
+import GhcPrelude
+
import HsSyn
import Class
import TcRnMonad