summaryrefslogtreecommitdiff
path: root/Setup.hs
AgeCommit message (Collapse)Author
2011-04-30refinements-Pnb-2011-04-30virk.shafqat
2010-12-23Include Urd in the default set of languages to compilehallgren
2010-12-22Setup.hs: build both alltenses and present by defaulthallgren
Now you can specify more than one mode when building and installing the RGL. For example to build all modes, run runhaskell Setup.hs build alltenses present minimal The default is to build alltenses and present, which means that a single command, cabal install is enough to obtain a normal installation of GF. Without this change, additional build and install commands would be required before you can compile example grammars, like Foods and Phrasebook. The build-binary-dist.sh script has been simplified accordingly.
2010-12-22refined synopsisaarne
2010-12-21remove -src from Setup; simplified str2numeral; bug fix in Finnish ordinal ↵aarne
inflection
2010-11-30Setup.hs: improved langs=... optionhallgren
Instead of just giving an explicit list of languages to compile, you can now also add and remove languages from the default list by using langs=+... or langs=-... Examples: cabal build langs=Eng,Swe,Ger -- as before, compile the given 3 langs cabal build langs=-Fin -- use default languages, but omit Fin cabal build langs=+Urd -- use default languages + Urd ("cabal build ..." is the same as "runhaskell Setup.hs build ...")
2010-11-30Setup.hs: omit urdu when compiling the rgl, for now.hallgren
2010-11-26Use the internal preprocessors mkPresent and mkMinimalhallgren
2010-11-13flags in Setup.hs to speed up library compilationaarne
2010-09-03added Urd to Setupaarne
2010-05-16Setup.hs: Increase stack size for gf runs, fixes TryFin.gf build on Fedora ↵kevin.kofler
13 x86_64
2010-06-17add Dutch to the list of languages in Setup.hskrasimir
2010-04-19add Bul to the list of languages in Setup.hs that have APIkrasimir
2010-01-17PGF is now real synchronous PMCFGkrasimir
2009-11-16Dutch lexicon generated via Google translate; method in lib/src/MkExx.hsaarne
2009-10-24integrate Polish in the build systemkrasimir
2009-10-15bugfix in Setup.hs for Linuxkrasimir
2009-10-07the Setup.hs script should build the prelude alsokrasimir
2009-09-16add Romanian to the build systemkrasimir
2009-06-23added preCopy and postCopy hooks in Setup.hskrasimir
2009-06-22next-lib renamed to lib, lib to old-libaarne
2009-06-16make erasing=on the defaultkrasimir
2009-06-16now rgl-pgf produces one .pgf per language and finally one combined .pgfkrasimir
2009-05-20now 'runghc Setup.hs test' runs a simple extensible testsuitekrasimir
2009-05-13implement command 'runghc Setup.hs test'krasimir
2009-05-14added command rgl-none in Setup.hskrasimir
2009-05-11Setup.hs now builds RGL. the code is borrowed from Make.hskrasimir