summaryrefslogtreecommitdiff
path: root/GF.cabal
AgeCommit message (Collapse)Author
2010-04-23tweak gf.cabal to be more Hackage friendlykrasimir
2010-04-22Require GHC >=6.12, and add a homepage field in GF.cabalhallgren
I assume checking for base>=4.2 is a good way to test for the presence of the new Unicode-aware I/O libraries (first shipped with GHC 6.12) that GF now relies on.
2010-04-22bump GF version to 3.1.6krasimir
2010-04-19always use Haskeline. drop Readline & Editlinekrasimir
2010-04-19use the native unicode support from GHC 6.12krasimir
2010-02-12white space instead of tab in GF.cabalkrasimir
2010-02-12add PGF.Probabilistic in GF.cabalkrasimir
2010-02-03fix the tabular printing when there is a V constructorkrasimir
2010-01-17PGF is now real synchronous PMCFGkrasimir
2010-01-17now the linearization is completely based on PMCFGkrasimir
2010-01-13Use build-type: Custom, so that cabal install calls Setup.hs.hallgren
2009-12-15Update version number 3.0 to 3.1 in a number of placeshallgren
2009-12-15Add build-tools: happy, alexhallgren
2009-12-14use forward slash instead of back slash in GF.cabalkrasimir
2009-12-14remove some more dead codekrasimir
2009-12-14remove the old parsing code and the -erasing=on flagkrasimir
2009-12-14rename some modules that had GFCC in the name to PGF+somethingkrasimir
2009-12-13reorganize the directories under src, and rescue the JavaScript interpreter ↵krasimir
from deprecated
2009-11-12before the optimizations OptParametrize and OptValues were applied twice. in ↵krasimir
addition the values optimization is now always applied because it become very cheep
2009-10-25add GF.Compile.Concrete.TypeCheck in GF.cabalkrasimir
2009-10-24split the abstract syntax specific and the concrete syntax specific modules ↵krasimir
in different subfolders in GF.Compile
2009-10-24expose the tree visualization via PGF APIkrasimir
2009-10-01fix the least version number for the base packagekrasimir
2009-09-28export the morphology API from PGFkrasimir
2009-09-15forgot to push the changes to GF.cabalkrasimir
2009-09-08now the datatype Tree is only internal. All API functions are working with ↵krasimir
Expr directly. Commands gt, gr, p and rf filter out the output via the typechecker
2009-09-05simple profiler for PMCFGkrasimir
2009-06-16completely phrase based parser and support for pre {} in PMCFGkrasimir
2009-05-20refactor the PGF.Expr type and the evaluation of abstract expressionskrasimir
2009-05-11Setup.hs now builds RGL. the code is borrowed from Make.hskrasimir
2009-04-30conditional support for haskeline, readline and editlinekrasimir
2009-04-30upgrade to GHC 6.10.2krasimir
2009-03-16use new parser which supports the syntax in GF.Grammar.Grammar directlykrasimir
2009-03-15update GF.cabalkrasimir
2009-02-23Perhaps -> Maybe refactoring and better error message for conflicts during ↵krasimir
module update
2009-02-07PMCFG pretty printerkrasimir
2009-01-31merge Lookup and LookAbs and move some lookup functions from PrGrammar to Lookupkrasimir
2009-01-20add hopefully complete binary serialization for the GF.Grammar.Grammar ↵krasimir
abstract syntax. Still not in use
2009-01-20pretty printer for the GF.Grammar syntax. still not in usekrasimir
2008-12-06remove GF.Source.SharedString from GF.cabalkrasimir
2008-10-29Replace PGF.Raw with PGF.Binary in the executable section of GF.cabalbjorn
2008-10-28binary serialization for PGFkrasimir
2008-10-20Added on-demand parser generation back in. It's pretty unproblematic, and ↵bjorn
can help with memory use in some cases.
2008-10-20Drop -beta2 from version in GF.cabal. It confuses cabal-install.bjorn
2008-10-20add parser and pretty printer for typeskrasimir
2008-10-19move PGF.Quiz to GF.Quiz. It is not part of the PGF APIkrasimir
2008-10-16Removed on-demand parser generation from the PGF interpreter.bjorn
2008-10-15Added PGF.TypeCheck to .cabal.bjorn
2008-10-14register PGF.AbsCompute and PGF.Paraphrase in GF.cabalkrasimir
2008-10-13remove GF.Source.ErrM from GF.cabalkrasimir