From bd2f46583c058e427bbacd6dbcfc1a0ccdf25718 Mon Sep 17 00:00:00 2001 From: krasimir Date: Thu, 17 Sep 2009 14:32:20 +0000 Subject: remove the transfer modules. We don't need anything special, a transfer module is module without concrete syntax --- src/GF/Compile/ModDeps.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/GF/Compile/ModDeps.hs') diff --git a/src/GF/Compile/ModDeps.hs b/src/GF/Compile/ModDeps.hs index 812c8163f..1e689aabc 100644 --- a/src/GF/Compile/ModDeps.hs +++ b/src/GF/Compile/ModDeps.hs @@ -99,8 +99,7 @@ moduleDeps ms = mapM deps ms where _ -> mt0 == mt -- in the same way; this defines what can be opened compatOType mt0 mt = case mt0 of - MTAbstract -> mt == MTAbstract - MTTransfer _ _ -> mt == MTAbstract + MTAbstract -> mt == MTAbstract _ -> case mt of MTResource -> True MTInterface -> True -- cgit v1.2.3