summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-04-16 01:46:46 +0000
committerBen Gamari <ben@smart-cactus.org>2020-04-16 01:46:46 +0000
commit3384579709b03985946453449941696e4594cbfc (patch)
tree546ce2181096a0f48f8212ccfa48e5057aadef0a
parent354d630c8258e4f81058962a5399036014a5cbd7 (diff)
downloadhaskell-3384579709b03985946453449941696e4594cbfc.tar.gz
Fix STG lint
-rw-r--r--compiler/GHC/Stg/Lint.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/GHC/Stg/Lint.hs b/compiler/GHC/Stg/Lint.hs
index 2f5fd8810c..cdad864009 100644
--- a/compiler/GHC/Stg/Lint.hs
+++ b/compiler/GHC/Stg/Lint.hs
@@ -54,6 +54,8 @@ import ErrUtils ( MsgDoc, Severity(..), mkLocMessage )
import GHC.Core.Type
import GHC.Types.RepType
import GHC.Types.SrcLoc
+import GHC.Types.Unique ( hasKey )
+import PrelNames ( keepAliveIdKey )
import Outputable
import GHC.Types.Module ( Module )
import qualified ErrUtils as Err