Make various assertions work when !DEBUG
[ghc-hetmet.git] / compiler / codeGen / CgCon.lhs
index bf4cf3d..711c633 100644 (file)
@@ -51,9 +51,7 @@ import Type
 import PrelInfo
 import Outputable
 import ListSetOps
-#ifdef DEBUG
-import Util             ( lengthIs )
-#endif
+import Util
 \end{code}