summaryrefslogtreecommitdiff
path: root/Setup.hs
diff options
context:
space:
mode:
authorjohn <john@johnjcamilleri.com>2013-06-10 21:37:10 +0000
committerjohn <john@johnjcamilleri.com>2013-06-10 21:37:10 +0000
commitdafc992b7eb872577c0fd226610d48f9b2accce5 (patch)
tree85e9c6dc268f159f24bc3de20c20a93c8753a99f /Setup.hs
parentd010dfdcfa5620d70d382fe614e1d8b38f81c633 (diff)
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.
Diffstat (limited to 'Setup.hs')
-rw-r--r--Setup.hs6
1 files 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"]