summaryrefslogtreecommitdiff
path: root/gf.cabal
AgeCommit message (Expand)Author
2016-06-16gf.cabal: don't build pgf-shell any more, it's been superceded by gf -cshellhallgren
2016-03-21initial support for BNFC syntax in context-free grammars for GF. Not all feat...krasimir
2016-03-02gf.cabal: Remove GF.Compile.Compute.ConcreteNew1hallgren
2016-02-23add lexer and unlexer for Ancient Greek accent normalizationleiss
2015-10-07gf.cabal: require base>=4.5 (ghc>=7.4)hallgren
2015-10-05Update PGF API documentation link on home page, bump version number in gf.cab...hallgren
2015-10-02Bump version number to 3.7.1 and finalize documentationhallgren
2015-09-11Parallel compilation: "gf -make -j" and "gf -make -j=n" now work as expectedhallgren
2015-09-03PGF2.Expr fixeshallgren
2015-08-12GF shell: source commands (cc, sd, so, ss & dg) can now be used in pipeshallgren
2015-08-10Forgot to include gf.cabal in previous patchhallgren
2015-08-10gf -cshell: preliminary support for the C run-time system in the GF shellhallgren
2015-08-10Refactor GF shell modules to improve modularity and reusabilityhallgren
2015-06-25Remove left over [...] from release notes, bump version number in gf.cabal to...hallgren
2015-06-25Update home page, download page & release notes for GF 3.7. Bump version numb...hallgren
2015-06-25Documentation updates for the release of GF 3.7hallgren
2015-04-20forgot to update gf.cabalkrasimir
2015-04-14Translating linearization functions to Haskell: move Haskell AST and pretty p...hallgren
2015-03-05gf.cabal: increase idle time before full GC to 5 secondshallgren
2015-03-05remove some more old codekrasimir
2015-02-25gf.cabal: adjust version constrains on the network, cgi and httpd-shed packageshallgren
2015-02-25PGFService: make the restriction on parallelism more effectivehallgren
2015-02-16Changes for compatibility with ghc-7.10-rc2hallgren
2015-01-14gf.cabal: include PGF.Haskellhallgren
2014-12-15gf.cabal: include editor modes in the list of data files to installhallgren
2014-12-11Work in progress on translating linearization functions to Haskellhallgren
2014-11-10Some work to improve the structure of the haddock documenationhallgren
2014-11-05gf.cabal: when compiling with ghc>=7.8 require cgi>=3001.2.2.0hallgren
2014-10-28Use terminfo to highlight warnings and errors in blue and redhallgren
2014-10-20Some small documentation improvementshallgren
2014-10-16Rename src/programs/gf.hs to gf-main.hs to avoid confusing GHChallgren
2014-10-16Turn the GF compiler into a library. Main program is now in src/programs/gf.hshallgren
2014-10-15Rename modules GFI, GFC & GFServer...hallgren
2014-09-11gf.cabal: add missing c-sources for the Haskell binding to the C run-time lib...hallgren
2014-09-03gf.cabal, gf-server.cabal: add version bounds on network & httpd-shedhallgren
2014-08-25gf.cabal ghc-options: don't force -j, -auto-all has been renamed to -fprof-autohallgren
2014-08-11a partial support for def rules in the C runtimekr.angelov
2014-07-25gf.cabal: fix depend in --flags=-custom-binary caseSergei Trofimovich
2014-06-24minibar: include the grammar's last modification in the grammar info shown by...hallgren
2014-06-21Update web pages and bump version number to 3.6!hallgren
2014-06-17gf.cabal: add a maintainer fieldhallgren
2014-06-12PGF library: expose only PGF and PGF.Internal instead of all moduleshallgren
2014-05-07Two improvements in the pgf-shell examplehallgren
2014-04-22gf.cabal: require base>=4.3hallgren
2014-04-22gf.cabal: add GF builtin default -K64M. Enable parallel compile with ghc>=7.8hallgren
2014-04-08Move basic lexing functions from GF.Text.Lexing to the new module PGF.Lexinghallgren
2014-03-04Three fixes for compatibility with GHC 7.8hallgren
2014-02-10Fix broken C runtime support in gf.cabal and PGFService.hshallgren
2014-02-07gf.cabal: pgf-shell needs containers nowhallgren
2014-02-07pgf-shell: enable -rtsopts, call performGC between commandshallgren