summaryrefslogtreecommitdiff
path: root/compiler/typecheck/TcFlatten.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/typecheck/TcFlatten.hs')
-rw-r--r--compiler/typecheck/TcFlatten.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/typecheck/TcFlatten.hs b/compiler/typecheck/TcFlatten.hs
index 69f8357a1d..9fd9cadde7 100644
--- a/compiler/typecheck/TcFlatten.hs
+++ b/compiler/typecheck/TcFlatten.hs
@@ -9,6 +9,8 @@ module TcFlatten(
#include "HsVersions.h"
+import GhcPrelude
+
import TcRnTypes
import TcType
import Type