summaryrefslogtreecommitdiff
path: root/compiler/stgSyn/StgLint.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/stgSyn/StgLint.hs')
-rw-r--r--compiler/stgSyn/StgLint.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/stgSyn/StgLint.hs b/compiler/stgSyn/StgLint.hs
index d7ecbe6345..70231f2863 100644
--- a/compiler/stgSyn/StgLint.hs
+++ b/compiler/stgSyn/StgLint.hs
@@ -8,6 +8,8 @@
module StgLint ( lintStgTopBindings ) where
+import GhcPrelude
+
import StgSyn
import Bag ( Bag, emptyBag, isEmptyBag, snocBag, bagToList )