From 9412171621680f5a1e0fd2067f459feac3842139 Mon Sep 17 00:00:00 2001 From: krasimir Date: Sat, 24 Oct 2009 12:32:03 +0000 Subject: [PATCH] integrate Polish in the build system --- Setup.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setup.hs b/Setup.hs index 2c8bd878b..d989e5ea8 100644 --- a/Setup.hs +++ b/Setup.hs @@ -201,7 +201,7 @@ langsCoding = [ langs = map fst langsCoding -- languagues for which to compile Lang -langsLang = langs `except` ["Ara","Lat","Pol","Tur"] +langsLang = langs `except` ["Ara","Lat","Tur"] -- languages for which to compile Try langsAPI = langsLang `except` ["Bul","Hin","Ina","Rus","Tha"]