summaryrefslogtreecommitdiff
path: root/Setup.hs
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2013-04-26 13:42:01 +0000
committerhallgren <hallgren@chalmers.se>2013-04-26 13:42:01 +0000
commitb88065e250eff9786de4908e77fcf0ad17cb0fdd (patch)
treef1f3305ced132631815a6d895bc1c8dd377f20eb /Setup.hs
parentc841c2c3c96c292b117a4068c2532776086c0488 (diff)
Add greek to Setup.hs and the web apps
Diffstat (limited to 'Setup.hs')
-rw-r--r--Setup.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Setup.hs b/Setup.hs
index 28b97a408..8a3ce5402 100644
--- a/Setup.hs
+++ b/Setup.hs
@@ -221,6 +221,7 @@ langsCoding = [
(("english", "Eng"),""),
(("finnish", "Fin"),""),
(("french", "Fre"),""),
+ (("greek", "Gre"),""),
(("hebrew", "Heb"),""),
(("hindi", "Hin"),"to_devanagari"),
(("german", "Ger"),""),
@@ -254,7 +255,7 @@ langsLang = langs -- `except` ["Amh","Ara","Lat","Tur","Mlt"]
--langsLang = langs `only` ["Fin"] --test
-- languagues that have notpresent marked
-langsPresent = langsLang `except` ["Chi","Heb","Jpn","Mlt","Nep","Pes","Snd","Tha","Thb"]
+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"]