summaryrefslogtreecommitdiff
path: root/gf.cabal
AgeCommit message (Expand)Author
2019-03-07Expose GF.Grammar.Canonical + some refactoringThomas Hallgren
2019-03-07Rename module GF.Compile.ConcreteToCanonical to GF.Compile.GrammarToCanonicalThomas Hallgren
2019-03-05Bump version number to 3.10.3-gitThomas Hallgren
2019-03-05debian/rules bug fix: the RGL was not included in .deb packagesThomas Hallgren
2019-02-26fix the dependency to jsonkrangelov
2019-02-26replace aeson with jsonkrangelov
2019-02-21Need aeson>=1.3Thomas Hallgren
2019-02-08encoding/decoding canonical GF grammars to/from JSON and YAMLPeter Ljunglöf
2019-01-22More work on the canonica_gf exportThomas Hallgren
2019-01-17Adding -output-format canonical_gfThomas Hallgren
2019-01-16Fix compilation with ghc-7.10Thomas Hallgren
2018-12-04Make GF compile with GHC 8.6.2John J. Camilleri
2018-12-02gf.cabal: update tested-withThomas Hallgren
2018-11-29gf.cabal: remove redundant dependency on old-localeThomas Hallgren
2018-11-28Revert "Completely remove uses of example-based"John J. Camilleri
2018-11-28Completely remove uses of example-basedJohn J. Camilleri
2018-11-28remove custom-binary flag; update Cabal version restriction; bump version to ...John J. Camilleri
2018-07-31gf.cabal: expose GF.Text.Lexing, needed by gf-server.cabalThomas Hallgren
2018-07-26Minimal update with new repo URLs & build instructionsJohn J. Camilleri
2018-07-25[GF Split] Post-split updatesJohn J. Camilleri
2018-07-05Relax dependency on `directory` package for SetupJohn J. Camilleri
2018-07-05revert to a version compatible with Cabal 1.22Krasimir Angelov
2018-07-05Cleanup in Setup.hs; include `custom-setup:setup-depends` in cabal file.John J. Camilleri
2018-07-04Remove code which tries to get version information from darcs folderJohn J. Camilleri
2018-06-13Remove editor mode files from Haskell package (in gf.cabal)John J. Camilleri
2018-04-18gf.cabal: use -fhide-source-pathsThomas Hallgren
2017-09-07the experimental export to Lambda Prolog is now obsolete and is removedKrasimir Angelov
2017-09-04eliminate modules PGF.Lexing, PGF.LexingAGreek. Make PGF.Utilities an interna...Krasimir Angelov
2017-09-04move the custom Binary package back to src/runtime/haskellKrasimir Angelov
2017-08-29added option -output-format=java for producing code for embedded grammars in ...Krasimir Angelov
2017-08-18Bump version requirements to base>=4.6, Cabal>=1.20Thomas Hallgren
2017-08-11Final changes before the release of GF 3.9Thomas Hallgren
2017-08-11gf.cabal: don't enable warnings about unused imports by defaultThomas Hallgren
2017-06-30gf.cabal: update bug-reports and tested-withThomas Hallgren
2017-06-29gf.cabal: update the source repository to point to the GitHub repositoryThomas Hallgren
2017-02-21Fix compilation errors caused by changes in PGF2hallgren
2016-07-05gf.cabal: bump version to 3.8-darcshallgren
2016-06-22Final changes for the GF 3.8 releasehallgren
2016-06-17Documentation updateshallgren
2016-06-16A few documentation updateshallgren
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