From ff0c0085cf9a3f2b02f31fdb7472b36547f055f9 Mon Sep 17 00:00:00 2001 From: krasimir Date: Sat, 31 Jan 2009 10:49:01 +0000 Subject: bug fix in the module dependencies checker --- src/GF/Compile.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GF/Compile.hs') diff --git a/src/GF/Compile.hs b/src/GF/Compile.hs index c00b1bd67..e5ae611b5 100644 --- a/src/GF/Compile.hs +++ b/src/GF/Compile.hs @@ -173,7 +173,7 @@ compileOne opts env@(_,srcgr,_) file = do -- sm is optimized before generation, but not in the env extendCompileEnvInt env k' (Just gfo) sm1 where - isConcr (_,m) = isModCnc m && mstatus m /= MSIncomplete && isNothing (mwith m) + isConcr (_,m) = isModCnc m && mstatus m /= MSIncomplete compileSourceModule :: Options -> CompileEnv -> SourceModule -> IOE (Int,SourceModule) compileSourceModule opts env@(k,gr,_) mo@(i,mi) = do -- cgit v1.2.3