summaryrefslogtreecommitdiff
path: root/Setup.hs
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2016-06-02 13:56:19 +0000
committerhallgren <hallgren@chalmers.se>2016-06-02 13:56:19 +0000
commitdeb7919aa6080310a4a9eeff8840b97804d83fac (patch)
tree50e3ce66fef19e4cd943dc99efc402f29e3ce6fc /Setup.hs
parentf24e073637f1dbf0ba58c9b7d17279634e1ea22b (diff)
Enable compilation of Ancient Greek in Setup.hs
Also adjust the -path pragmas in a few places in lib/src/ancient_greek
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 97d755007..f16f901aa 100644
--- a/Setup.hs
+++ b/Setup.hs
@@ -209,6 +209,7 @@ langsCoding = [
(("estonian", "Est"),""),
(("finnish", "Fin"),""),
(("french", "Fre"),""),
+ (("ancient_greek","Grc"),""),
(("greek", "Gre"),""),
(("hebrew", "Heb"),""),
(("hindi", "Hin"),"to_devanagari"),
@@ -250,7 +251,7 @@ langsPresent = langsLang `except` ["Afr","Chi","Gre","Heb","Jpn","Mlt","Mon","Ne
-- languages for which to compile Try
langsAPI = langsLang `except` langsIncomplete -- ["Ina","Amh","Ara"]
-langsIncomplete = ["Amh","Ara","Heb","Ina","Lat","Tur"]
+langsIncomplete = ["Amh","Ara","Grc","Heb","Ina","Lat","Tur"]
-- languages for which to compile Symbolic
langsSymbolic = langsAPI `except` ["Afr","Jpn","Mon","Nep"]