diff options
Diffstat (limited to 'examples/app/MkApp.hs')
| -rw-r--r-- | examples/app/MkApp.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/app/MkApp.hs b/examples/app/MkApp.hs index e1a655c22..2537b1cc5 100644 --- a/examples/app/MkApp.hs +++ b/examples/app/MkApp.hs @@ -3,7 +3,7 @@ -- the new files are produced in ./tmp/ which has to be created first -- usage: runghc MkApp.hs -langs = words "Bul Cat Chi Dut Eng Fin Fre Ger Hin Ita Jpn Spa Swe Tha" +langs = words "Bul Cat Chi Dut Eng Est Fin Fre Ger Hin Ita Jpn Spa Swe Tha" appCnc lang = "App" ++ lang ++ ".gf" appAbs = "App.gf" @@ -23,5 +23,5 @@ putImports i s = extra s = unlines (init (lines s) ++ extraLines ++ ["}"]) extraLines = [ - " PassV2 v2 = passiveVP v2 ;" +-- " PassV2 v2 = passiveVP v2 ;" ] -- default: no extra |
