add Bul to the list of languages in Setup.hs that have API

This commit is contained in:
krasimir
2010-04-19 09:43:58 +00:00
parent 3123b011fe
commit e8ee150215

View File

@@ -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"]