From a911adada07fa6b3c4e5d69b09cd3fc82bb01338 Mon Sep 17 00:00:00 2001 From: aarne Date: Sat, 25 Feb 2006 22:58:55 +0000 Subject: documenting the library --- src/GF.hs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/GF.hs') diff --git a/src/GF.hs b/src/GF.hs index b1f68f57d..054ff6e89 100644 --- a/src/GF.hs +++ b/src/GF.hs @@ -59,9 +59,8 @@ main = do return () _ | opt doMake -> do - case fs of - [f] -> batchCompile os f - _ -> putStrLnFlush "expecting exactly one gf file to compile" + mapM_ (batchCompile os) fs + return () _ | opt makeConcrete -> do mkConcretes fs -- cgit v1.2.3