Make ASSERT2 mention msg even when debug is off (avoid warnings)
[ghc-hetmet.git] / compiler / vectorise / VectMonad.hs
index e0063d5..b035458 100644 (file)
@@ -36,7 +36,7 @@ module VectMonad (
 
 import VectBuiltIn
 
-import HscTypes
+import HscTypes hiding  ( MonadThings(..) )
 import Module           ( PackageId )
 import CoreSyn
 import TyCon