summaryrefslogtreecommitdiff
path: root/gf.cabal
AgeCommit message (Expand)Author
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
2014-02-03gf.cabal: add default-language to silence warninghallgren
2014-01-21gf.cabal: bump version number to 3.5.12hallgren
2014-01-20Optionally include C run-time supporthallgren
2013-12-18Release note updates and some other minor thingshallgren
2013-12-17Add backward compatibility for reading old PGF fileshallgren
2013-12-10option --split-pgf replaces option --mk-index. This splits the PGF into one f...kr.angelov
2013-12-03testsuite: Use Cabal's new test suite interfacehallgren
2013-11-29Commment code and options relating to the old partial evaluatorhallgren
2013-11-25Change how GF deals with character encodings in grammar fileshallgren
2013-11-22the GF syntax for identifiers is exteded with quoted forms, i.e. you could wr...kr.angelov
2013-11-21Add a test runner and a test suite fore the rglgregoire.detrez
2013-11-06Make PGF.Tree internalhallgren
2013-11-06Remove PGF.Signaturehallgren
2013-11-05Eliminate mutual dependencies between the GF compiler and the PGF libraryhallgren
2013-11-05fix in gf.cabal. Data.Binary.IEEE754 needs to be in the other-modules list fo...kr.angelov
2013-10-31Add a cabal flag to use the standard binary packagehallgren
2013-09-09Fix an old name shadowing bug in concrete syntax by removing the refresh passhallgren
2013-09-02gf.cabal: version: 3.5-darcshallgren
2013-08-06Update to version 3.5 in gf.cabal and debian/changeloghallgren
2013-07-29Adding download page and release notes for the next release of GFhallgren
2013-04-02gf.cabal: fix tab char problemhallgren
2013-04-02gf.cabal: gf depends on utf8-string even when compiled without server supporthallgren
2013-03-09ghc-7.6: allow directory-1.2Sergei Trofimovich