summaryrefslogtreecommitdiff
path: root/Setup.hs
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2010-04-19 09:43:58 +0000
committerkrasimir <krasimir@chalmers.se>2010-04-19 09:43:58 +0000
commitbc504835d2a960268560302014d3acf8b0bac631 (patch)
tree6cd08f1fc12821bd2de37d1386b03125890edea4 /Setup.hs
parent8c036d4234ca8ce9a416792b69819411a49e2356 (diff)
add Bul to the list of languages in Setup.hs that have API
Diffstat (limited to 'Setup.hs')
-rw-r--r--Setup.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Setup.hs b/Setup.hs
index 9a19d9e11..fdfe6fdd8 100644
--- a/Setup.hs
+++ b/Setup.hs
@@ -204,7 +204,7 @@ langs = map fst langsCoding
langsLang = langs `except` ["Ara","Lat","Tur"]
-- languages for which to compile Try
-langsAPI = langsLang `except` ["Bul","Hin","Ina","Rus","Tha"]
+langsAPI = langsLang `except` ["Hin","Ina","Rus","Tha"]
-- languages for which to run demo test
langsDemo = langsLang `except` ["Ara","Hin","Ina","Tha"]