From: mthomas Date: Wed, 28 May 2003 01:12:07 +0000 (+0000) Subject: [project @ 2003-05-28 01:12:07 by mthomas] X-Git-Tag: Approx_11550_changesets_converted~853 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=f98968f01c1fdee5ebce43fa8aff6a0d2f145706 [project @ 2003-05-28 01:12:07 by mthomas] Assume that notNull in ASSERT is still needed, so revert import. --- diff --git a/ghc/compiler/coreSyn/CoreLint.lhs b/ghc/compiler/coreSyn/CoreLint.lhs index 7470294..76d7ebe 100644 --- a/ghc/compiler/coreSyn/CoreLint.lhs +++ b/ghc/compiler/coreSyn/CoreLint.lhs @@ -38,6 +38,7 @@ import TyCon ( isPrimTyCon ) import BasicTypes ( RecFlag(..), isNonRec ) import CmdLineOpts import Maybe +import Util ( notNull ) import Outputable import IO ( hPutStrLn, stderr )