summaryrefslogtreecommitdiff
path: root/Setup.hs
AgeCommit message (Collapse)Author
2012-10-22Add Chinese to the list of installed RGL languages and support it in the web ↵hallgren
apps Aarne says the Chinese resource grammar is complete, but not yet completely correct.
2012-10-18Use NOINLINE for build info and darcs version infohallgren
... to avoid unnecessary recompilation of other modules.
2012-09-27Setup.hs: add Maltese to the list of known RGL languages, but don't compile ↵hallgren
it by default
2012-09-26Setup.hs: Persian does not support mkPresenthallgren
2012-09-26Add Persian to the list of installed RGL langaugeshallgren
2012-06-11tried to change Jap to Jpn everywhereaarne
2012-06-09Small Setup.hs bug fixgregoire.detrez
Setup.hs failed to generate DarcsVersion_gf if dist/build/autogen does not exists.g Added a line to create the directory if absent.
2012-05-30Setup.hs: fix two problems with querying darcshallgren
2012-05-30More detailed version info in the startup messagehallgren
The Setup.hs script now queries darcs to create more detailed version info to include in the startup message. Note thought that with distributed version control systems like darcs, the only way to uniquely identify a version is by the set of patches included. Since the patches are not totally ordered, just looking at the last patch is not enough. For official releases, we tag the current set of patches so we can refer to it by name (e.g. RELEASE-3.3.3).
2012-05-15Integrate Japanesehallgren
* Update Setup.hs to build Japanese by default. * News item about Japanese on the home page. * Add Japanese to the supported RGL imports in the grammar editor (gfse).
2012-03-01Setup.hs: include Hindi and Thai by default in RGL buildshallgren
2012-02-21sindhipatchvirk.shafqat
2012-02-20Latvian: 1) added some extra things that are used by the Attempto grammar; ↵normundsg
2) added notpresent tags; 3) compiles with Setup.hs and lib/src/Make.hs
2011-11-24Symbolic and Nound fixes for RussianNick Frolov
2011-11-24now if some module is compiled with -no-pmcfg then the PMCFG code is ↵kr.angelov
generated at the end during the linking phase. Now the default compilation of the libraries with cabal is with -no-pmcfg.
2011-10-20Setup.hs: less verbose output during the compilation of the RGLhallgren
Only show the full gf command line if an error occurs.
2011-10-14Bug fix in setup for gf -server modehallgren
Use the command "dist/build/gf/gf" instead of "gf" to compile the sample grammars for the minibar, to avoid failing if gf is installed in a directory which is not in the $PATH.
2011-10-12Bug fixes for gf -server mode and setuphallgren
2011-10-12Improvements of "gf -server" mode and related setuphallgren
"gf -server" mode now contains everything needed to run the minibar and the grammar editor (including example-based grammar writing). The Setup.hs script installs the required files where gf -server can find them. These files have been moved to a new directory: src/www. The separate server program pgf-http is now obsolete.
2011-09-19test suite: Don't fail because of the Win32/Unix text file incompatibility.hallgren
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