From c544ef31823c7d2c28c28cae408cca5d71e6978d Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Wed, 21 May 2008 13:10:54 +0000 Subject: use ByteString internally in Ident, CId and Label --- src-3.0/GF/Compile/API.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-3.0/GF/Compile/API.hs') diff --git a/src-3.0/GF/Compile/API.hs b/src-3.0/GF/Compile/API.hs index 242a9e87a..7e852cf7a 100644 --- a/src-3.0/GF/Compile/API.hs +++ b/src-3.0/GF/Compile/API.hs @@ -10,7 +10,7 @@ import GF.Devel.UseIO -- | Compiles a number of source files and builds a 'GFCC' structure for them. compileToGFCC :: Options -> [FilePath] -> IOE GFCC -compileToGFCC opts fs = +compileToGFCC opts fs = do gr <- batchCompile opts fs let name = justModuleName (last fs) gc1 <- putPointE opts "linking ... " $ -- cgit v1.2.3