Remove CoreSyn SOURCE imports
[ghc-hetmet.git] / compiler / basicTypes / IdInfo.lhs
index 969f186..1ebfcf9 100644 (file)
@@ -89,7 +89,7 @@ module IdInfo (
         TickBoxOp(..), TickBoxId,
     ) where
 
-import {-# SOURCE #-} CoreSyn ( CoreRule, setRuleIdName, seqRules, Unfolding, noUnfolding )
+import CoreSyn ( CoreRule, setRuleIdName, seqRules, Unfolding, noUnfolding )
 
 import Class
 import PrimOp