From f98968f01c1fdee5ebce43fa8aff6a0d2f145706 Mon Sep 17 00:00:00 2001 From: mthomas Date: Wed, 28 May 2003 01:12:07 +0000 Subject: [PATCH] [project @ 2003-05-28 01:12:07 by mthomas] Assume that notNull in ASSERT is still needed, so revert import. --- ghc/compiler/coreSyn/CoreLint.lhs | 1 + 1 file changed, 1 insertion(+) 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 ) -- 1.7.10.4