| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-18 | Bump PGF2 to 1.2.1 | John J. Camilleri | |
| 2020-09-18 | Fix bug where shell commands were ignored, introduced by #71 | John J. Camilleri | |
| 2020-09-14 | Merge pull request #71 from anka-213/fix-newer-cabal | John J. Camilleri | |
| Fix support for newer stackage snapshots | |||
| 2020-09-14 | Bump default stack.yaml to ghc8.6.5 | Andreas Källberg | |
| 2020-09-14 | Bump stackage snapshots to latest versions | Andreas Källberg | |
| 2020-09-12 | Remove MonadFail requirements for aeson code | Andreas Källberg | |
| 2020-09-12 | Fix incorrect type and update dependencies | Andreas Källberg | |
| 2020-09-12 | First attempt at github actions for stack | Andreas Källberg | |
| 2020-09-09 | Import orphan instances of MonadFail for ghc<8 | Andreas Källberg | |
| Also upgrade alex/happy so automatic install works | |||
| 2020-09-08 | Add stack file for ghc8.8.4 | Andreas Källberg | |
| 2020-09-05 | Merge remote-tracking branch 'origin/master' into fix-newer-cabal | Andreas Källberg | |
| 2020-09-05 | Add two more missing MonadFail imports | Andreas Källberg | |
| 2020-09-05 | Fix wrong indent | Andreas Källberg | |
| 2020-09-05 | Update package database on ubuntu build | Andreas Källberg | |
| Fixes 404 error: https://github.com/GrammaticalFramework/gf-core/runs/1076062405 | |||
| 2020-09-05 | MonadFail: Make backwards-compatible | Andreas Källberg | |
| 2020-09-05 | Fix MonadFail for c-runtime as well | Andreas Källberg | |
| 2020-08-31 | (Tutorial) Minor typofixes + current error message | Inari Listenmaa | |
| 2020-08-31 | Merge pull request #73 from inariksit/video-tutorial-page | Inari Listenmaa | |
| (Homepage) Change link of video tutorials to a page + small fixes | |||
| 2020-08-30 | (Homepage) Change link of video tutorials to a page + small fixes | Inari Listenmaa | |
| Also added video tutorial link to the footer. | |||
| 2020-08-30 | Fix wording + formatting slightly | Inari Listenmaa | |
| 2020-08-30 | Add a page for all GF video tutorials | Inari Listenmaa | |
| 2020-08-21 | (Tutorial) Fix to make calculator example compile | Inari Listenmaa | |
| In abstract: startcat needs to be defined to run the commands that are shown later in the doc. In concrete: ss and SS are defined in Prelude. | |||
| 2020-08-19 | Add stack file for a more recent ghc | Andreas Källberg | |
| 2020-08-14 | remove the deprecated pgf_print_expr_tuple | krangelov | |
| 2020-08-14 | Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core | krangelov | |
| 2020-08-14 | added an API for cloning expressions/types/literals | krangelov | |
| 2020-08-11 | Merge pull request #70 from inariksit/haskell | Inari Listenmaa | |
| New features in PGF to Haskell translation | |||
| 2020-08-05 | Add cabal dist-newtyle to gitignore | Andreas Källberg | |
| 2020-08-05 | Remove NoMonadFailDesugaring flag | Andreas Källberg | |
| I've fixed so everything has the fail it needs now | |||
| 2020-08-05 | Fix testsuite compatability with newer Cabal | Andreas Källberg | |
| 2020-08-05 | Fix a few warnings | Andreas Källberg | |
| 2020-08-05 | Fix most build errors | Andreas Källberg | |
| 2020-08-05 | fix newer ghc: Don't try to be backwards compatible | Andreas Källberg | |
| 2020-08-05 | First attempt at fixing incompabilities with newer cabal | Andreas Källberg | |
| 2020-08-03 | Replace deprecated pragma with up-to-date one. (#17) | Inari Listenmaa | |
| 2020-08-03 | Add script for uploading PGF2 documentation to Hackage | John J. Camilleri | |
| Hackage's attempt to build the package will fail because of missing C libraries | |||
| 2020-08-03 | Merge pull request #69 from GrammaticalFramework/pgf2-hackage | John J. Camilleri | |
| Update pgf2 metadata for uploading to Hackage Even though this isn't able to package the C runtime itself into the Haskell package, I think these changes are still worth merging into master. | |||
| 2020-07-31 | Remove accidentally added space character in deriving clause. | Inari Listenmaa | |
| 2020-07-31 | Remove characters that aren't allowed in Haskell data types. | Inari Listenmaa | |
| GF allows more characters in its types, as long as they are inside single quotes. E.g. 'VP/Object' is a valid name for a GF category, but not for a Haskell data type. | |||
| 2020-07-31 | Add option "data" to Haskell options. | Inari Listenmaa | |
| Imports Data.Data, all GF types derive Data, and uses DeriveDataTypeable. | |||
| 2020-07-28 | Updates to PGF2 readme | John J. Camilleri | |
| 2020-07-28 | Bump pgf2 to 1.2.0 | John J. Camilleri | |
| 2020-07-28 | Merge remote-tracking branch 'origin/master' into pgf2-hackage | John J. Camilleri | |
| 2020-07-26 | expose parseToChart via the Web API | krangelov | |
| 2020-07-26 | parseToChart also returns the category | krangelov | |
| 2020-07-26 | filter out empty brackets | krangelov | |
| 2020-07-22 | the if is actually unnecessary | krangelov | |
| 2020-07-22 | bugfix in bracketedLinearize | krangelov | |
| 2020-07-21 | added function for posting query strings. scales better than get. | krangelov | |
| 2020-07-21 | allow specifying content-type in ajax_http | krangelov | |
