summaryrefslogtreecommitdiff
path: root/src-3.0/GF/Compile/API.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src-3.0/GF/Compile/API.hs')
-rw-r--r--src-3.0/GF/Compile/API.hs2
1 files changed, 1 insertions, 1 deletions
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 ... " $