summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-04Add Stack files for different GHC versionsJohn J. Camilleri
2018-12-04Make GF compile with GHC 8.6.2John J. Camilleri
- Re-implement `Distribution.Simple.BuildPaths.exeExtension` - Turn off `MonadFailDesugaring` Tested with GHC: - 7.10.3 - 8.0.2 - 8.2.2 - 8.4.3 - 8.6.2 Yay Stack!
2018-12-03downloads: add .deb package for Ubuntu (32-bit)Thomas Hallgren
2018-12-03Merge branch 'master' of https://github.com/GrammaticalFramework/gf-coreThomas Hallgren
2018-12-03debian/control: new dependency: pandocThomas Hallgren
This should have been added before the 3.10 release
2018-12-03Add Travis build images to release notesJohn J. Camilleri
2018-12-03Indent nested lists in Markdown by 4 spaces instead of 2John J. Camilleri
2018-12-03Put GF logo on the right againJohn J. Camilleri
2018-12-03Update release notes RGL section (not much)John J. Camilleri
2018-12-03Update 3.10 release notes after going through all gf-core commits since ↵John J. Camilleri
2017-08-11
2018-12-03Update clean_html to handle markdown sources tooJohn J. Camilleri
2018-12-03Put floating logo on leftJohn J. Camilleri
2018-12-03Merge branch 'master' of https://github.com/GrammaticalFramework/gf-coreThomas Hallgren
2018-12-03debian/changelog: updated release dateThomas Hallgren
2018-12-02Merge branch 'master' of https://github.com/GrammaticalFramework/gf-coreThomas Hallgren
2018-12-02gf.cabal: update tested-withThomas Hallgren
2018-12-02Add news item for 3.10 releaseJohn J. Camilleri
2018-12-02Minor fixes on the GF 3.10 download pageThomas Hallgren
2018-12-02Move 3.10 download page into place, update release dateThomas Hallgren
2018-12-01Updates to download page for 3.10John J. Camilleri
2018-12-01GF.Main: leave the code page unchanged on WindowsThomas Hallgren
This should make it easier to use GF with UTF-8 in the Windows Console See https://groups.google.com/forum/#!topic/gf-dev/DCou6FDhCnU
2018-12-01build-binary-dist.sh: make it easy to choose which version of ghc to useThomas Hallgren
2018-12-01dealing with ',' as syncategorematic tokenAarne Ranta
2018-11-30Merge pull request #19 from MUSTE-Project/masterKrasimir Angelov
Fix deprecations from containers >= 0.4.0.0
2018-11-30Fix deprecations from containers >= 0.4.0.0Peter Ljunglöf
E.g. `foldWithKey` has been deprecated since 0.4.0.0 (November 2010)[1] and has been removed in 0.6.0.1 (2018)[2] [1]: https://github.com/haskell/containers/blob/master/changelog.md#0400--nov-2010 [2]: https://github.com/haskell/containers/blob/master/changelog.md#death-of-deprecated-functions (commit originally by @fredefox)
2018-11-30removed instructions which doesn't actually workKrasimir Angelov
2018-11-30Merge branch 'master' of https://github.com/GrammaticalFramework/gf-coreThomas Hallgren
2018-11-30Fix spelling mistake on GF 3.9 download pageThomas Hallgren
2018-11-30Update `make deb` for the GF 3.10 releaseThomas Hallgren
This includes adding commands in debian/rules to build and include the RGL and the example grammars in the debian package.
2018-11-30WebSetup.hs: don't output messages that lie about what's being installedThomas Hallgren
2018-11-29gf.cabal: remove redundant dependency on old-localeThomas Hallgren
2018-11-29Custom CSS comes after libraries; add include-before/after (not actively used)John J. Camilleri
2018-11-29Don't wrap dates on hompageJohn J. Camilleri
2018-11-29Add basic favicon.icoJohn J. Camilleri
2018-11-29Remove some t2t frontmatter from shell-reference, to trigger updateJohn J. Camilleri
2018-11-29Rename _template.html to template.htmlJohn J. Camilleri
2018-11-29Remove overflow-x:scroll from titleJohn J. Camilleri
2018-11-29Remove t2t frontmatter from gf-editor-modesJohn J. Camilleri
Trying to force a rebuild
2018-11-28Minors in footerJohn J. Camilleri
2018-11-28Merge branch 'new-website'John J. Camilleri
2018-11-28Hide release announcement from homepage newsJohn J. Camilleri
2018-11-28Better responsiveness, homepage and footerJohn J. Camilleri
2018-11-28Page uses available width better, no jumping marginsJohn J. Camilleri
2018-11-28fixed a bug in the cnclabel formatAarne Ranta
2018-11-28Revert "Completely remove uses of example-based"John J. Camilleri
This reverts commit 69cea20dac8ac73fa0a61ed4ff427d2524ee253b.
2018-11-28Revert "remove the example-based folder. The code is still in the archive"John J. Camilleri
This reverts commit 05c2cfb628147f7d6fa0a6c2f38eb9d67b2eb007.
2018-11-28Completely remove uses of example-basedJohn J. Camilleri
2018-11-28bin/build-binary-dist.sh: include the RGL in binary distributionsThomas Hallgren
TODO: the corresponding changes in debian/rules
2018-11-28Put 3.9 page instead of 3.10 until release is finalJohn J. Camilleri
2018-11-28Update top links and footer during hackathonJohn J. Camilleri