moved PGF.ToApi to GF.Compile.ToAPI

This commit is contained in:
aarne
2010-12-07 18:05:13 +00:00
parent a27dd5fef4
commit 1b24f4490c
8 changed files with 12 additions and 10 deletions

View File

@@ -36,7 +36,9 @@ main = do
_ -> return ()
compileOne modu = do
let comm = "gf -make -s -optimize-pgf -name=" ++ modu ++ " " ++ modu ++ ".gf"
let comm = "gf -make -s -optimize-pgf -name=" ++
modu ++ " " ++ modu ++ ".gf" ++
" +RTS -K32M"
putStrLn comm
system comm