From dafc992b7eb872577c0fd226610d48f9b2accce5 Mon Sep 17 00:00:00 2001 From: john Date: Mon, 10 Jun 2013 21:37:10 +0000 Subject: [PATCH] Maltese RG: first proper release Of course some bugs remain and more testing is needed, but all functions are complete and Maltese now builds as part of the normal GF install. --- Setup.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Setup.hs b/Setup.hs index 77f47a473..12b5bcd98 100644 --- a/Setup.hs +++ b/Setup.hs @@ -251,16 +251,16 @@ langs = map fst langsCoding -- defaultLangs = langs `only` words "Eng Fre Ger Ita Spa Swe" -- languagues for which to compile Lang -langsLang = langs -- `except` ["Amh","Ara","Lat","Tur","Mlt"] +langsLang = langs -- `except` ["Amh","Ara","Lat","Tur"] --langsLang = langs `only` ["Fin"] --test -- languagues that have notpresent marked langsPresent = langsLang `except` ["Chi","Gre","Heb","Jpn","Mlt","Nep","Pes","Snd","Tha","Thb"] -- languages for which to compile Try -langsAPI = langsLang `except` langsIncomplete -- ["Ina","Mlt","Amh","Ara"] +langsAPI = langsLang `except` langsIncomplete -- ["Ina","Amh","Ara"] -langsIncomplete = ["Amh","Ara","Heb","Ina","Lat","Mlt","Tur"] +langsIncomplete = ["Amh","Ara","Heb","Ina","Lat","Tur"] -- languages for which to compile Symbolic langsSymbolic = langsAPI `except` ["Jpn"]