diff options
| author | odanoburu <bcclaro@gmail.com> | 2018-03-29 20:17:39 -0300 |
|---|---|---|
| committer | odanoburu <bcclaro@gmail.com> | 2018-03-29 20:17:39 -0300 |
| commit | b4c64cb81b4192effa4dc7122917867f221c0f0b (patch) | |
| tree | 69041e0159dc56344c5cd9347658d31d590a7564 /Setup.hs | |
| parent | a59c0ffeeec8072bb31ecccd93c1fddb8562731d (diff) | |
- add Por to complete languages (although it's not quite there yet)
- update headers
- add Por modules to lib/src/api/
Diffstat (limited to 'Setup.hs')
| -rw-r--r-- | Setup.hs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -228,6 +228,7 @@ langsCoding = [ (("nynorsk", "Nno"),""), (("persian", "Pes"),""), (("polish", "Pol"),""), + (("portuguese", "Por"), ""), (("punjabi", "Pnb"),""), (("romanian", "Ron"),""), (("russian", "Rus"),""), @@ -271,7 +272,7 @@ langsPGF = langsLang `except` ["Ara","Hin","Ron","Tha"] -- languages for which Compatibility exists (to be extended) langsCompat = langsLang `only` ["Cat","Eng","Fin","Fre","Ita","Lav","Spa","Swe"] -gfc bi modes summary files = +gfc bi modes summary files = parallel_ [gfcn bi mode summary files | mode<-modes] gfcn bi mode summary files = do let dir = getRGLBuildDir (lbi bi) mode |
