summaryrefslogtreecommitdiff
path: root/Setup.hs
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2012-09-27 14:28:59 +0000
committerhallgren <hallgren@chalmers.se>2012-09-27 14:28:59 +0000
commit7e8bab04c5e580b5481017b842cea38975bdc6e9 (patch)
treee51301c4b0fbbfa609117fa6ae95f20c6d1657eb /Setup.hs
parent5e71c365d1beeb57613c4f5a6790845448d2ac82 (diff)
Setup.hs: add Maltese to the list of known RGL languages, but don't compile it by default
Diffstat (limited to 'Setup.hs')
-rw-r--r--Setup.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/Setup.hs b/Setup.hs
index 56f8cc7a1..8177b20fa 100644
--- a/Setup.hs
+++ b/Setup.hs
@@ -227,6 +227,7 @@ langsCoding = [
(("japanese", "Jpn"),""),
(("latin", "Lat"),""),
(("latvian", "Lav"),""),
+ (("maltese", "Mlt"),""),
(("norwegian","Nor"),""),
(("persian", "Pes"),""),
(("polish", "Pol"),""),
@@ -247,14 +248,14 @@ 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"]
+langsLang = langs `except` ["Amh","Ara","Lat","Tur","Mlt"]
--langsLang = langs `only` ["Fin"] --test
-- languagues that have notpresent marked
langsPresent = langsLang `except` ["Pes"{-,"Jpn","Nep","Snd","Tha","Thb"-}]
-- languages for which to compile Try
-langsAPI = langsLang `except` ["Ina"]
+langsAPI = langsLang `except` ["Ina","Mlt"]
-- languages for which to compile Symbolic
langsSymbolic = langsAPI `except` ["Jpn"]