1
0
forked from GitHub/gf-core

remove -src from Setup; simplified str2numeral; bug fix in Finnish ordinal inflection

This commit is contained in:
aarne
2010-12-21 09:58:12 +00:00
parent 2c91730b9d
commit 4f244b6eec
5 changed files with 25 additions and 16 deletions

View File

@@ -154,7 +154,7 @@ gfc pres ppath file = do
let preproc = if pres then "-preproc=mkPresent" else ""
let path = if pres then ppath else ""
putStrLn $ "Compiling " ++ file
run_gfc ["-s","-src", preproc, path, file]
run_gfc ["-s","-src",preproc, path, file]
gfcmin path file = do
let preproc = "-preproc=mkMinimal"