summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-12Small fixes to gf-developers documentJohn J. Camilleri
2018-08-11(#5) rm files from nix buildodanoburu
2018-08-11(#5) reintroduce make installodanoburu
2018-08-11(#5) specify image versionodanoburu
2018-08-11(#5) no need for make installodanoburu
2018-08-11(#5) add travis CI with dockerodanoburu
2018-08-08Remove Travis build status from homepageJohn J. Camilleri
2018-08-08Add news item to homepage about repo splitJohn J. Camilleri
2018-08-06Merge pull request #3 from MUSTE-Project/masterThomas H
2018-08-06A version of `readPGF` where the user handles the IO.Frederik Hanghøj Iversen
2018-07-31gf.cabal: expose GF.Text.Lexing, needed by gf-server.cabalThomas Hallgren
2018-07-31gf-server.cabal: relax network version bounds and make building the library a...Thomas Hallgren
2018-07-26Update READMEJohn J. Camilleri
2018-07-26Minimal update with new repo URLs & build instructionsJohn J. Camilleri
2018-07-26Fixes for buildWebJohn J. Camilleri
2018-07-25[GF Split] Post-split updatesJohn J. Camilleri
2018-07-22Merge pull request #8 from legalese/GF_LIB_PATHJohn J. Camilleri
2018-07-22explain that GF_LIB_PATH can now be a colon-separated listMeng Weng Wong
2018-07-22GF_LIB_PATH can now be path1:path2:path3, not just path1meng wong
2018-07-19WebSetup: fail silently when example grammars don't buildJohn J. Camilleri
2018-07-17Merge pull request #46 from odanoburu/constructJohn J. Camilleri
2018-07-05More cleanup in Setup and WebSetupJohn 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-05Merge branch 'master' of https://github.com/GrammaticalFramework/GFKrasimir Angelov
2018-07-05Cleanup in Setup.hs; include `custom-setup:setup-depends` in cabal file.John J. Camilleri
2018-07-05Clean up imports in Setup.hsJohn J. Camilleri
2018-07-05Merge branch 'master' of https://github.com/GrammaticalFramework/GFKrasimir Angelov
2018-07-04Fix `make sdist` to use `git archive` instead of `darcs dist`John J. Camilleri
2018-07-04Remove more remnants from the darcs daysJohn J. Camilleri
2018-07-04Replace Distribution.Simple.Utils.noticeNoWrap with putStrJohn J. Camilleri
2018-07-04Remove code which tries to get version information from darcs folderJohn J. Camilleri
2018-07-04Merge branch 'master' of https://github.com/GrammaticalFramework/GFKrasimir Angelov
2018-07-04a majour refactoring to support clitic pronounsKrasimir Angelov
2018-07-04Remove examples directory; these now live in gf-contribJohn J. Camilleri
2018-06-27Merge branch 'master' of https://github.com/GrammaticalFramework/GFKrasimir Angelov
2018-06-27GF.Server: add 'import Control.Applicative' for compatibilit with GHC<7.10Thomas Hallgren
2018-06-27Merge branch 'master' of https://github.com/GrammaticalFramework/GFKrasimir Angelov
2018-06-27undo the partial fix for word completion since it breaks normal parsingKrasimir Angelov
2018-06-23Merge branch 'master' of https://github.com/GrammaticalFramework/GFKrasimir Angelov
2018-06-21Merge pull request #64 from odanoburu/porInari Listenmaa
2018-06-20a simple fix for the linearizerKrasimir Angelov
2018-06-20Revert "when linearizing missing functions with brackets, the name of the fun...Krasimir Angelov
2018-06-20Revert "forgot to switch off the debugger"Krasimir Angelov
2018-06-20Merge remote-tracking branch 'upstream/master' into porodanoburu
2018-06-20forgot to switch off the debuggerKrasimir Angelov
2018-06-20when linearizing missing functions with brackets, the name of the function sh...Krasimir Angelov
2018-06-20added bracketedLinearizeAllKrasimir Angelov
2018-06-20Merge branch 'master' of https://github.com/GrammaticalFramework/GFKrasimir Angelov
2018-06-20bracketedLinearize in Haskell now emits the BIND constructor like in JavaKrasimir Angelov