summaryrefslogtreecommitdiff
path: root/compiler/codeGen/CgCon.lhs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-09-08 00:31:12 +0000
committerIan Lynagh <igloo@earth.li>2007-09-08 00:31:12 +0000
commitf8c52d7fde2d7408b4f734251c373f8d3e2c558e (patch)
treec2f583f6ffa29ae9bad744a41bf355affafc31e9 /compiler/codeGen/CgCon.lhs
parent907c44ca14e479e5fa64d712703b8fbad19d1e04 (diff)
downloadhaskell-f8c52d7fde2d7408b4f734251c373f8d3e2c558e.tar.gz
Make various assertions work when !DEBUG
Diffstat (limited to 'compiler/codeGen/CgCon.lhs')
-rw-r--r--compiler/codeGen/CgCon.lhs4
1 files changed, 1 insertions, 3 deletions
diff --git a/compiler/codeGen/CgCon.lhs b/compiler/codeGen/CgCon.lhs
index bf4cf3d9e7..711c633fd8 100644
--- a/compiler/codeGen/CgCon.lhs
+++ b/compiler/codeGen/CgCon.lhs
@@ -51,9 +51,7 @@ import Type
import PrelInfo
import Outputable
import ListSetOps
-#ifdef DEBUG
-import Util ( lengthIs )
-#endif
+import Util
\end{code}